Add @reboot to Media.tag refresh cron
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -393,7 +393,7 @@
|
|||||||
|
|
||||||
- name: "Daily cron to refresh Media.tag (PESetup.exe 30-day expiry check)"
|
- name: "Daily cron to refresh Media.tag (PESetup.exe 30-day expiry check)"
|
||||||
copy:
|
copy:
|
||||||
content: "0 0 * * * root find {{ samba_share }}/*/Deploy/Control -name Media.tag -exec touch {} +\n"
|
content: "@reboot root find {{ samba_share }}/*/Deploy/Control -name Media.tag -exec touch {} +\n0 0 * * * root find {{ samba_share }}/*/Deploy/Control -name Media.tag -exec touch {} +\n"
|
||||||
dest: /etc/cron.d/media-tag-refresh
|
dest: /etc/cron.d/media-tag-refresh
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user