mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 05:02:27 +00:00
8 lines
155 B
YAML
8 lines
155 B
YAML
|
---
|
||
|
- name: Restart standupbot
|
||
|
community.docker.docker_container:
|
||
|
name: standupbot
|
||
|
state: started
|
||
|
restart: true
|
||
|
listen: restart-standupbot
|