mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 10:50:18 +00:00
Making perms a bit looser for cron jobs
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user