From c11da09e29520c0f9a04bef193704c085338eed6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 5 Nov 2018 21:00:03 +0100 Subject: [PATCH] add no_Log --- tasks/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/config.yml b/tasks/config.yml index 7372cb0..5ceb32b 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -21,6 +21,7 @@ with_dict: "{{ mosquitto_password_auth_users | default('{}') }}" when: item.value.state == "present" changed_when: False + no_log: True become: True become_user: root @@ -29,5 +30,6 @@ with_dict: "{{ mosquitto_password_auth_users | default('{}') }}" when: item.value.state == "absent" changed_when: False + no_log: True become: True become_user: root