Move executable scripts into /etc/cron.daily
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
aa1f6ddbad
commit
a0d70d7e4f
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@
|
||||||
- name: install daily cron job to sync and merge log files
|
- name: install daily cron job to sync and merge log files
|
||||||
copy:
|
copy:
|
||||||
src: sync-http-logs-and-merge.sh
|
src: sync-http-logs-and-merge.sh
|
||||||
dest: /etc/cron.d
|
dest: /etc/cron.daily
|
||||||
mode: 0755
|
mode: 0755
|
||||||
tags:
|
tags:
|
||||||
- web-data
|
- web-data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue