These may need to be 755 for cron.daily.
This commit is contained in:
parent
fe56bb0541
commit
c23c80b8bc
1 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
|||
- config
|
||||
|
||||
- name: run daily logview report for ansible actions.
|
||||
copy: src=logview.cron dest=/etc/cron.daily/logview.cron
|
||||
copy: src=logview.cron dest=/etc/cron.daily/logview.cron mode=0755
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
@ -187,7 +187,7 @@
|
|||
#
|
||||
|
||||
- name: setup public db copy script
|
||||
copy: src=public-db-copy.cron dest=/etc/cron.daily/public-db-copy.cron mode=0644
|
||||
copy: src=public-db-copy.cron dest=/etc/cron.daily/public-db-copy.cron mode=0755
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
@ -197,7 +197,7 @@
|
|||
#
|
||||
|
||||
- name: setup checkdiff ansible job
|
||||
copy: src=ansible-playbook-check-diff.cron dest=/etc/cron.daily/ansible-playbook-check-diff.cron mode=0644
|
||||
copy: src=ansible-playbook-check-diff.cron dest=/etc/cron.daily/ansible-playbook-check-diff.cron mode=0755
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue