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: