Notify handler if template updated, indicating an update

This commit is contained in:
2026-02-28 21:42:04 -07:00
parent 72459a372f
commit 3c321b3ac0

View File

@@ -119,6 +119,7 @@
owner: pangolin owner: pangolin
group: pangolin group: pangolin
mode: 0600 mode: 0600
notify: Restart pangolin
- name: Create local backup of config directory - name: Create local backup of config directory
copy: copy:
@@ -131,4 +132,3 @@
src: /home/pangolin/docker-compose.yaml src: /home/pangolin/docker-compose.yaml
dest: /home/pangolin/backups/docker-compose.yaml.backup.{{ ansible_date_time.date }} dest: /home/pangolin/backups/docker-compose.yaml.backup.{{ ansible_date_time.date }}
remote_src: yes remote_src: yes