batcave: pdr cleanup cron job

cron.d entries have to be mode 644, not 755.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-11-04 09:08:20 -08:00
parent aedbc7a88a
commit 3495aaad42

View file

@ -151,7 +151,7 @@
when: inventory_hostname.startswith('batcave01')
- name: setup cron for removing old pdr requests
copy: src=pdr.cron dest=/etc/cron.d/pdr.cron mode=0755
copy: src=pdr.cron dest=/etc/cron.d/pdr.cron mode=0644
tags:
- batcave
- config