mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:28:32 +01:00
fix: always pull and notify handler
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user