mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-22 05:54:59 +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
|