Update configure.yml

This commit is contained in:
Bertrand Lanson 2023-05-30 18:23:27 +00:00
parent 12ed956bbc
commit 8cd01a4990

View File

@ -7,6 +7,8 @@
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'
notify:
- systemctl_daemon_reload
- name: "Copy docker-compose.yml template" - name: "Copy docker-compose.yml template"
ansible.builtin.template: ansible.builtin.template:
@ -15,6 +17,8 @@
owner: root owner: root
group: root group: root
mode: '0600' mode: '0600'
notify:
- systemctl_restart_adguard
- name: "Copy AdGuardHome.yaml" - name: "Copy AdGuardHome.yaml"
ansible.builtin.template: ansible.builtin.template:
@ -24,3 +28,5 @@
group: root group: root
mode: '0600' mode: '0600'
when: deploy_adguard_config is not empty when: deploy_adguard_config is not empty
notify:
- systemctl_restart_adguard