remove handler

This commit is contained in:
Robert Kaussow 2018-11-05 20:59:18 +01:00
parent 138ebf4079
commit 8b5becd839
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@
with_dict: "{{ mosquitto_password_auth_users | default('{}') }}"
when: item.value.state == "present"
changed_when: False
notify: __mosquitto_restart
become: True
become_user: root
@ -30,6 +29,5 @@
with_dict: "{{ mosquitto_password_auth_users | default('{}') }}"
when: item.value.state == "absent"
changed_when: False
notify: __mosquitto_restart
become: True
become_user: root