mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:48:32 +01:00
fix: always pull and notify handler
This commit is contained in:
@@ -17,11 +17,15 @@
|
|||||||
template:
|
template:
|
||||||
src: async-icinga-config.json.j2
|
src: async-icinga-config.json.j2
|
||||||
dest: /data/async-icinga/
|
dest: /data/async-icinga/
|
||||||
|
notify:
|
||||||
|
- reload async icinga settings
|
||||||
|
|
||||||
- name: Async Icinga Service (dynamic from backup file)
|
- name: Async Icinga Service (dynamic from backup file)
|
||||||
copy:
|
copy:
|
||||||
src: async-icinga-config-dynamic.json
|
src: async-icinga-config-dynamic.json
|
||||||
dest: /data/async-icinga/
|
dest: /data/async-icinga/
|
||||||
|
notify:
|
||||||
|
- reload async icinga settings
|
||||||
|
|
||||||
- name: Create compose directories
|
- name: Create compose directories
|
||||||
file:
|
file:
|
||||||
@@ -56,6 +60,7 @@
|
|||||||
- name: Deploy compose templates
|
- name: Deploy compose templates
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
project_src: "/opt/{{ item }}/"
|
project_src: "/opt/{{ item }}/"
|
||||||
|
pull: true
|
||||||
files:
|
files:
|
||||||
- "{{ item }}.yaml"
|
- "{{ item }}.yaml"
|
||||||
with_items:
|
with_items:
|
||||||
|
|||||||
Reference in New Issue
Block a user