Allow skipping of service management

This commit is contained in:
jwhb
2022-04-07 11:01:19 +02:00
parent 9b819a6c51
commit 83e2c066c1
4 changed files with 5 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
state: "{{ docker_service_state }}"
enabled: "{{ docker_service_enabled }}"
ignore_errors: "{{ ansible_check_mode }}"
when: docker_service_manage | bool
- name: Ensure handlers are notified now to avoid firewall conflicts.
meta: flush_handlers