Move executable scripts into /etc/cron.daily

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-09-23 10:39:42 +02:00
parent aa1f6ddbad
commit a0d70d7e4f

View file

@ -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