diff --git a/playbooks/hirkn.yml b/playbooks/hirkn.yml index 53e047f..c1f49dc 100644 --- a/playbooks/hirkn.yml +++ b/playbooks/hirkn.yml @@ -79,7 +79,7 @@ lineinfile: path: /etc/crontabs/root create: yes - line: "0 4 * * * /etc/init.d/hirkn" + line: "0 4 * * * /etc/init.d/hirkn reload" when: check_cron.stdout == "" - name: enable and start crontab