From 8cd01a4990b8e48a4520e391d8bdb989f8ad5ca8 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Tue, 30 May 2023 18:23:27 +0000 Subject: [PATCH] Update configure.yml --- tasks/configure.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 3d41dfd..50e386d 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -7,6 +7,8 @@ owner: root group: root mode: '0644' + notify: + - systemctl_daemon_reload - name: "Copy docker-compose.yml template" ansible.builtin.template: @@ -15,6 +17,8 @@ owner: root group: root mode: '0600' + notify: + - systemctl_restart_adguard - name: "Copy AdGuardHome.yaml" ansible.builtin.template: @@ -24,3 +28,5 @@ group: root mode: '0600' when: deploy_adguard_config is not empty + notify: + - systemctl_restart_adguard