diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-07 02:35:29 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-07 02:35:29 +0200 |
commit | a4406a4ac734166e0f826fd2880f09e251ae53a2 (patch) | |
tree | 2622819515798503cf213c64e50b697c1d8dc594 /roles | |
parent | 6f4a9fb43d92ffcbcb8411b880d9f2f14c1334fe (diff) | |
download | ansible_collection-a4406a4ac734166e0f826fd2880f09e251ae53a2.tar.gz |
influx: add no_log to user creation
Diffstat (limited to 'roles')
-rw-r--r-- | roles/influxdb/tasks/main.yml | 1 |
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 |