Пофиксил cron

This commit is contained in:
Alex Derbenev
2023-03-26 22:24:48 +03:00
parent 8f0fdfef74
commit 671c1c9109

View File

@@ -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