A little looser
This commit is contained in:
parent
2b2a0aa14d
commit
ad92262e79
|
@ -3,14 +3,14 @@
|
|||
src: ../files/ansible-pull
|
||||
dest: /etc/cron.hourly/ansible-pull
|
||||
owner: root
|
||||
mode: 755
|
||||
mode: 775
|
||||
|
||||
- name: Add mirror rsync cron job
|
||||
copy:
|
||||
src: ../files/mirror-rsync
|
||||
dest: /etc/cron.daily/mirror-rsync
|
||||
owner: root
|
||||
mode: 755
|
||||
mode: 775
|
||||
|
||||
- name: Adding ansible git repo locally
|
||||
git:
|
||||
|
|
Loading…
Reference in New Issue