computer-playbook/roles/native-docker-compose-restart-unhealthy/handlers/main.yml

13 lines
360 B
YAML
Raw Normal View History

- name: "restart docker-compose-restart-unhealthy.service"
systemd:
name: docker-compose-restart-unhealthy.service
state: restarted
enabled: yes
daemon_reload: yes
- name: "restart docker-compose-restart-unhealthy.timer"
systemd:
name: docker-compose-restart-unhealthy.timer
state: restarted
enabled: yes
daemon_reload: yes