Skip to content
Snippets Groups Projects
Commit 3864ca52 authored by istmxrein's avatar istmxrein
Browse files

flush handlers at different locations

parent d75aef0f
No related branches found
No related tags found
No related merge requests found
...@@ -32,5 +32,3 @@ ...@@ -32,5 +32,3 @@
- name: Print docker config - name: Print docker config
debug: debug:
msg: "{{ jsondata | combine(docker_config) | to_nice_json }}" msg: "{{ jsondata | combine(docker_config) | to_nice_json }}"
- meta: flush_handlers
...@@ -28,5 +28,3 @@ ...@@ -28,5 +28,3 @@
group: root group: root
mode: 0644 mode: 0644
notify: Restart Docker notify: Restart Docker
- meta: flush_handlers
...@@ -58,3 +58,5 @@ ...@@ -58,3 +58,5 @@
- name: Add daemon.json configuration - name: Add daemon.json configuration
include_tasks: "config.yaml" include_tasks: "config.yaml"
when: docker_config_enabled when: docker_config_enabled
- meta: flush_handlers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment