From a4406a4ac734166e0f826fd2880f09e251ae53a2 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 7 Sep 2021 02:35:29 +0200 Subject: influx: add no_log to user creation --- roles/influxdb/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3