From a8233fb83bb25058e4f4a17b7716c77fb104eeff Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 5 Jan 2023 20:22:07 +0100 Subject: [PATCH] fix: always pull and notify handler --- roles/docker-deployments/tasks/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/docker-deployments/tasks/main.yaml b/roles/docker-deployments/tasks/main.yaml index 35e6010..818a9b7 100644 --- a/roles/docker-deployments/tasks/main.yaml +++ b/roles/docker-deployments/tasks/main.yaml @@ -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: