aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-07 02:35:29 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-07 02:35:29 +0200
commita4406a4ac734166e0f826fd2880f09e251ae53a2 (patch)
tree2622819515798503cf213c64e50b697c1d8dc594
parent6f4a9fb43d92ffcbcb8411b880d9f2f14c1334fe (diff)
downloadansible_collection-a4406a4ac734166e0f826fd2880f09e251ae53a2.tar.gz
influx: add no_log to user creation
-rw-r--r--roles/influxdb/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/influxdb/tasks/main.yml b/roles/influxdb/tasks/main.yml
index ed50459..bc908bf 100644
--- a/roles/influxdb/tasks/main.yml
+++ b/roles/influxdb/tasks/main.yml
@@ -74,4 +74,5 @@
validate_certs: no
state: present
with_dict: '{{ influx_users }}'
+ no_log: yes
become: yes