Compare commits

..

2 Commits

Author SHA1 Message Date
3c321b3ac0 Notify handler if template updated, indicating an update 2026-02-28 21:42:04 -07:00
72459a372f add handler 2026-02-28 21:41:24 -07:00
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
- name: Restart pangolin
shell: |
podman compose down
podman compose up --build -d
args:
chdir: /home/pangolin

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