add no_Log
This commit is contained in:
parent
8b5becd839
commit
c11da09e29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user