Move scheduled commands to cron folders
This commit is contained in:
parent
3a283103de
commit
b8f9196f6f
|
@ -9,7 +9,7 @@
|
|||
|
||||
- name: Add analog cron task for stats
|
||||
copy:
|
||||
src: ../files/analog-cron
|
||||
src: ../files/etc/cron.hourly/analog
|
||||
dest: /etc/cron.hourly/analog
|
||||
owner: root
|
||||
mode: 744
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Certbot
|
||||
- name: Add certbot cron job
|
||||
copy:
|
||||
src: ../files/certbot-renew
|
||||
src: ../files/etc/cron.weekly/certbot-renew
|
||||
dest: /etc/cron.weekly/certbot-renew
|
||||
owner: root
|
||||
mode: 755
|
||||
|
|
Loading…
Reference in New Issue