mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 13:12:27 +00:00
8 lines
130 B
YAML
8 lines
130 B
YAML
|
---
|
||
|
|
||
|
- name: restart-barad-dur
|
||
|
docker_container:
|
||
|
name: "{{ barad_dur_container_name }}"
|
||
|
state: started
|
||
|
restart: yes
|