mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 20:52:28 +00:00
7 lines
155 B
YAML
7 lines
155 B
YAML
---
|
|
- name: Restart standupbot
|
|
community.docker.docker_container:
|
|
name: standupbot
|
|
state: started
|
|
restart: true
|
|
listen: restart-standupbot
|