mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-15 19:44:30 +05:00
Пофиксил cron
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/crontabs/root
|
path: /etc/crontabs/root
|
||||||
create: yes
|
create: yes
|
||||||
line: "0 4 * * * /etc/init.d/hirkn"
|
line: "0 4 * * * /etc/init.d/hirkn reload"
|
||||||
when: check_cron.stdout == ""
|
when: check_cron.stdout == ""
|
||||||
|
|
||||||
- name: enable and start crontab
|
- name: enable and start crontab
|
||||||
|
|||||||
Reference in New Issue
Block a user