cronie/handlers/main.yml

7 lines
123 B
YAML
Raw Normal View History

2019-04-09 14:33:56 +00:00
---
2019-04-14 09:44:33 +00:00
# handlers file for cronie
- name: restart cron
service:
name: "{{ cron_service_name }}"
state: restarted