chore: remove deprecated parameter from reload cron handler

This commit is contained in:
David Kilias 2023-08-25 19:11:27 +02:00
parent efc79b8b8d
commit 5bf779fb0c

View file

@ -551,7 +551,6 @@
- name: reload cron - name: reload cron
ansible.builtin.shell: ansible.builtin.shell:
cmd: service cron reload cmd: service cron reload
warn: no
# Use the shell call because the task sometimes has problems finding the service state # Use the shell call because the task sometimes has problems finding the service state
# service: # service:
# name: cron # name: cron