Initial commit
This commit is contained in:
parent
9efd872019
commit
933293e8ef
8 changed files with 99 additions and 3 deletions
7
roles/docker/handlers/main.yml
Normal file
7
roles/docker/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# file: roles/docker/handlers/main.yml
|
||||
|
||||
- name: Restart docker
|
||||
service:
|
||||
name: docker
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue