This commit is contained in:
parent
a17324b935
commit
8d490ce6ee
@ -22,7 +22,7 @@
|
||||
loop: "{{ mosquitto_password_auth_users }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
when: item.value.state == "present"
|
||||
when: item.state == "present"
|
||||
changed_when: False
|
||||
no_log: True
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
loop: "{{ mosquitto_password_auth_users }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
when: item.value.state == "absent"
|
||||
when: item.state == "absent"
|
||||
changed_when: False
|
||||
no_log: True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user