docker-distribution: Initial version of role
This commit is contained in:
parent
4547044a07
commit
fd8e0e8558
3 changed files with 44 additions and 0 deletions
5
roles/docker-distribution/handlers/main.yml
Normal file
5
roles/docker-distribution/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart docker-distribution
|
||||
service:
|
||||
name: docker-distribution
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue