computer-playbook/roles/health-docker-container/handlers/main.yml

12 lines
302 B
YAML
Raw Normal View History

- name: "reload health-docker-container.service"
systemd:
name: health-docker-container.service
enabled: yes
daemon_reload: yes
- name: "restart health-docker-container.timer"
systemd:
name: health-docker-container.timer
state: restarted
enabled: yes
daemon_reload: yes