mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Move scheduled commands to cron folders
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
- name: Add analog cron task for stats
|
- name: Add analog cron task for stats
|
||||||
copy:
|
copy:
|
||||||
src: ../files/analog-cron
|
src: ../files/etc/cron.hourly/analog
|
||||||
dest: /etc/cron.hourly/analog
|
dest: /etc/cron.hourly/analog
|
||||||
owner: root
|
owner: root
|
||||||
mode: 744
|
mode: 744
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# Certbot
|
# Certbot
|
||||||
- name: Add certbot cron job
|
- name: Add certbot cron job
|
||||||
copy:
|
copy:
|
||||||
src: ../files/certbot-renew
|
src: ../files/etc/cron.weekly/certbot-renew
|
||||||
dest: /etc/cron.weekly/certbot-renew
|
dest: /etc/cron.weekly/certbot-renew
|
||||||
owner: root
|
owner: root
|
||||||
mode: 755
|
mode: 755
|
||||||
|
|||||||
Reference in New Issue
Block a user