remove handler
This commit is contained in:
parent
138ebf4079
commit
8b5becd839
@ -21,7 +21,6 @@
|
|||||||
with_dict: "{{ mosquitto_password_auth_users | default('{}') }}"
|
with_dict: "{{ mosquitto_password_auth_users | default('{}') }}"
|
||||||
when: item.value.state == "present"
|
when: item.value.state == "present"
|
||||||
changed_when: False
|
changed_when: False
|
||||||
notify: __mosquitto_restart
|
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
@ -30,6 +29,5 @@
|
|||||||
with_dict: "{{ mosquitto_password_auth_users | default('{}') }}"
|
with_dict: "{{ mosquitto_password_auth_users | default('{}') }}"
|
||||||
when: item.value.state == "absent"
|
when: item.value.state == "absent"
|
||||||
changed_when: False
|
changed_when: False
|
||||||
notify: __mosquitto_restart
|
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user