comment out mirror configs in /roles/common

This commit is contained in:
Anton McClure 2019-05-25 10:33:10 -04:00 committed by fosslinux
parent 19f4c6be89
commit 09e35a9454
1 changed files with 12 additions and 12 deletions

View File

@ -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: