fix: always pull and notify handler

This commit is contained in:
2023-01-05 20:22:07 +01:00
parent 3cb99f93cc
commit a8233fb83b

View File

@@ -17,11 +17,15 @@
template:
src: async-icinga-config.json.j2
dest: /data/async-icinga/
notify:
- reload async icinga settings
- name: Async Icinga Service (dynamic from backup file)
copy:
src: async-icinga-config-dynamic.json
dest: /data/async-icinga/
notify:
- reload async icinga settings
- name: Create compose directories
file:
@@ -56,6 +60,7 @@
- name: Deploy compose templates
community.docker.docker_compose:
project_src: "/opt/{{ item }}/"
pull: true
files:
- "{{ item }}.yaml"
with_items: