Making perms a bit looser for cron jobs

This commit is contained in:
Ubergeek 2019-03-17 01:33:55 +00:00
parent 3c70cf003c
commit 2b2a0aa14d

View File

@ -3,14 +3,14 @@
src: ../files/ansible-pull
dest: /etc/cron.hourly/ansible-pull
owner: root
mode: 744
mode: 755
- name: Add mirror rsync cron job
copy:
src: ../files/mirror-rsync
dest: /etc/cron.daily/mirror-rsync
owner: root
mode: 744
mode: 755
- name: Adding ansible git repo locally
git: