ansible-collection-famedly-.../roles/standupbot/handlers/main.yml

8 lines
155 B
YAML
Raw Normal View History

---
- name: Restart standupbot
community.docker.docker_container:
name: standupbot
state: started
restart: true
listen: restart-standupbot