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.service'
- name: Add mirror rsync cron job
copy:
src: ../files/mirror-rsync
dest: /etc/cron.hourly/mirror-rsync
owner: root
mode: 0775
#- name: Add mirror rsync cron job
# copy:
# src: ../files/mirror-rsync
# dest: /etc/cron.hourly/mirror-rsync
# owner: root
# mode: 0775
- name: Add mirror rsync cron job (daily)
copy:
src: ../files/mirror-rsync-daily
dest: /etc/cron.daily/mirror-rsync-daily
owner: root
mode: 0775
#- name: Add mirror rsync cron job (daily)
# copy:
# src: ../files/mirror-rsync-daily
# dest: /etc/cron.daily/mirror-rsync-daily
# owner: root
# mode: 0775
- name: Adding ansible git repo locally
git: