mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-07 07:08:42 +00:00
8 lines
164 B
YAML
8 lines
164 B
YAML
|
---
|
||
|
# handlers file for timetracking-bot
|
||
|
- name: restart timetracking-bot
|
||
|
docker_container:
|
||
|
name: "timetracking-bot"
|
||
|
state: started
|
||
|
restart: yes
|