mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-03-04 22:57:13 +00:00
8 lines
192 B
YAML
8 lines
192 B
YAML
---
|
|
|
|
- name: Ensure container for cinny is restarted
|
|
community.docker.docker_container:
|
|
name: "{{ cinny_container_name }}"
|
|
state: started
|
|
restart: true
|
|
listen: "restart-cinny"
|