Update playbooks/cron.yml

This commit is contained in:
2026-07-05 09:19:22 +00:00
parent 1d44513f1b
commit 9a4a3a667a

View File

@@ -16,3 +16,9 @@
path: /etc/crontab
line: '@reboot root /usr/sbin/sysctl -p'
state: present
- name: create crontab entry running the SSL check script 2AM daily
lineinfile:
path: /etc/crontab
line: '0 2 * * * root /root/ssl_check.sh'
state: present