mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-15 05:32:26 +00:00
8 lines
124 B
YAML
8 lines
124 B
YAML
|
---
|
||
|
|
||
|
- name: restart-hedwig
|
||
|
docker_container:
|
||
|
name: "{{ hedwig_container_name }}"
|
||
|
state: started
|
||
|
restart: yes
|