mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 21:22:27 +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
|