first commit
This commit is contained in:
commit
9356a64259
5 changed files with 189 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
# handlers file for docker
|
||||
- name: Restart docker
|
||||
ansible.builtin.systemd_service:
|
||||
name: docker
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue