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

11 lines
266 B
YAML
Raw Permalink Normal View History

# handlers file for desec_dyndns_cron
---
- 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