mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-23 04:20:17 +00:00
Update 'roles/common/tasks/ansible-pull.yml'
This commit is contained in:
@@ -45,6 +45,13 @@
|
|||||||
owner: root
|
owner: root
|
||||||
mode: 0775
|
mode: 0775
|
||||||
|
|
||||||
|
- name: Add mirror rsync cron job (daily)
|
||||||
|
copy:
|
||||||
|
src: ../files/mirror-rsync-daily
|
||||||
|
dest: /etc/cron.hourly/mirror-rsync-daily
|
||||||
|
owner: root
|
||||||
|
mode: 0775
|
||||||
|
|
||||||
- name: Adding ansible git repo locally
|
- name: Adding ansible git repo locally
|
||||||
git:
|
git:
|
||||||
repo: 'https://tildegit.org/thunix/ansible.git'
|
repo: 'https://tildegit.org/thunix/ansible.git'
|
||||||
|
|||||||
Reference in New Issue
Block a user