Making perms a bit looser for cron jobs
This commit is contained in:
parent
3c70cf003c
commit
2b2a0aa14d
|
@ -3,14 +3,14 @@
|
||||||
src: ../files/ansible-pull
|
src: ../files/ansible-pull
|
||||||
dest: /etc/cron.hourly/ansible-pull
|
dest: /etc/cron.hourly/ansible-pull
|
||||||
owner: root
|
owner: root
|
||||||
mode: 744
|
mode: 755
|
||||||
|
|
||||||
- name: Add mirror rsync cron job
|
- name: Add mirror rsync cron job
|
||||||
copy:
|
copy:
|
||||||
src: ../files/mirror-rsync
|
src: ../files/mirror-rsync
|
||||||
dest: /etc/cron.daily/mirror-rsync
|
dest: /etc/cron.daily/mirror-rsync
|
||||||
owner: root
|
owner: root
|
||||||
mode: 744
|
mode: 755
|
||||||
|
|
||||||
- name: Adding ansible git repo locally
|
- name: Adding ansible git repo locally
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in New Issue