pdc/backend: fix permission on cron job. 0755 makes it not run.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-06-25 01:35:14 +00:00
parent 2316099cbf
commit b0c0b951a5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
tags: pdc
- name: setup cron for a daily audit script
copy: src=pdc-audit.cron dest=/etc/cron.d/pdc-audit.cron mode=0755
copy: src=pdc-audit.cron dest=/etc/cron.d/pdc-audit.cron mode=0644
tags:
- pdc
- cron