container: flush handler in the end
This commit is contained in:
@@ -104,3 +104,6 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
docker_mounts: []
|
docker_mounts: []
|
||||||
when: final_docker_volumes | length > 0
|
when: final_docker_volumes | length > 0
|
||||||
|
|
||||||
|
- name: Flush handlers to trigger container restart
|
||||||
|
ansible.builtin.meta: flush_handlers
|
||||||
|
|||||||
Reference in New Issue
Block a user