mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 10:30:17 +00:00
Update 'roles/common/tasks/ansible-pull.yml'
This commit is contained in:
@@ -5,6 +5,13 @@
|
|||||||
owner: root
|
owner: root
|
||||||
mode: 744
|
mode: 744
|
||||||
|
|
||||||
|
- name: Add rsync cron job
|
||||||
|
copy:
|
||||||
|
src: ../files/rsync
|
||||||
|
dest: /etc/cron.daily/rsync
|
||||||
|
owner: root
|
||||||
|
mode: 744
|
||||||
|
|
||||||
- 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