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:
parent
aedbc7a88a
commit
3495aaad42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue