From 8b5becd83936b2df87e4ee5dd90ff5f3306f86da Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 5 Nov 2018 20:59:18 +0100 Subject: [PATCH] remove handler --- tasks/config.yml | 2 -- 1 file changed, 2 deletions(-) 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