netz39-infra-ansible/roles/dd24_dyndns_cron/handlers/main.yml

11 lines
265 B
YAML
Raw Normal View History

# handlers file for cron-dd24-dyndns
---
- name: reload cron
ansible.builtin.shell:
cmd: service cron reload
warn: no
# Use the shell call because the task sometimes has problems finding the service state
# service:
# name: cron
# state: restarted