mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 20:52:28 +00:00
7 lines
124 B
YAML
7 lines
124 B
YAML
---
|
|
|
|
- name: restart-hedwig
|
|
docker_container:
|
|
name: "{{ hedwig_container_name }}"
|
|
state: started
|
|
restart: yes
|