mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 13:12:27 +00:00
7 lines
164 B
YAML
7 lines
164 B
YAML
---
|
|
# handlers file for timetracking-bot
|
|
- name: restart timetracking-bot
|
|
docker_container:
|
|
name: "timetracking-bot"
|
|
state: started
|
|
restart: yes
|