This commit is contained in:
2024-08-08 11:30:23 -04:00
parent f96e20348a
commit d8bb186d27
44 changed files with 781 additions and 267 deletions

View File

@@ -0,0 +1,7 @@
---
- name: restart docker
service:
name: docker
state: "{{ docker_restart_handler_state }}"
ignore_errors: "{{ ansible_check_mode }}"
when: docker_service_manage | bool