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

12 lines
294 B
YAML
Raw Normal View History

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