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