add no_Log

This commit is contained in:
Robert Kaussow 2018-11-05 21:00:03 +01:00
parent 8b5becd839
commit c11da09e29
1 changed files with 2 additions and 0 deletions

View File

@ -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