diff --git a/tasks/config.yml b/tasks/config.yml index e2e6fec..7372cb0 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -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