container: flush handler in the end

This commit is contained in:
uumas
2023-12-21 01:12:24 +02:00
parent 8d2999fe87
commit e9d1eed01b

View File

@@ -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