first commit

This commit is contained in:
2022-10-22 15:52:36 +02:00
parent d5333ab877
commit 052825b2a7
12 changed files with 314 additions and 0 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