a0d70d7
@@ -231,7 +231,7 @@
- name: install daily cron job to sync and merge log files
copy:
src: sync-http-logs-and-merge.sh
- dest: /etc/cron.d
+ dest: /etc/cron.daily
mode: 0755
tags:
- web-data
This fixes a typo which installs an executable script into /etc/cron.d on log01, which obviously wouldn't work.
Metadata Update from @nphilipp: - Pull-request tagged with: freeze-break-request
Build succeeded.
:thumbsup: for me
(I assume you removed it from the system?)
+1
:thumbsup: for me (I assume you removed it from the system?)
Yeah, I hotfix-moved it to the right place. :wink:
Pull-Request has been merged by nphilipp
This fixes a typo which installs an executable script into /etc/cron.d on log01, which obviously wouldn't work.