comment out mirror configs in /roles/common
This commit is contained in:
parent
f940d4a287
commit
05768aeb98
|
@ -38,19 +38,19 @@
|
||||||
- 'ansible-run.path'
|
- 'ansible-run.path'
|
||||||
- 'ansible-run.service'
|
- 'ansible-run.service'
|
||||||
|
|
||||||
- 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.hourly/mirror-rsync
|
# dest: /etc/cron.hourly/mirror-rsync
|
||||||
owner: root
|
# owner: root
|
||||||
mode: 0775
|
# mode: 0775
|
||||||
|
|
||||||
- name: Add mirror rsync cron job (daily)
|
#- name: Add mirror rsync cron job (daily)
|
||||||
copy:
|
# copy:
|
||||||
src: ../files/mirror-rsync-daily
|
# src: ../files/mirror-rsync-daily
|
||||||
dest: /etc/cron.daily/mirror-rsync-daily
|
# dest: /etc/cron.daily/mirror-rsync-daily
|
||||||
owner: root
|
# owner: root
|
||||||
mode: 0775
|
# mode: 0775
|
||||||
|
|
||||||
- name: Adding ansible git repo locally
|
- name: Adding ansible git repo locally
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in New Issue