mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 16:35:48 +02:00
Fixed some swarm-related bugs
This commit is contained in:
parent
a68aa78972
commit
be6e60bb97
5 changed files with 28 additions and 1 deletions
5
roles/docker/handlers/main.yml
Normal file
5
roles/docker/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart docker
|
||||
service:
|
||||
name: docker
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue