rhel7: no need to sync it anymore

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-29 18:41:52 -07:00
parent 60197fbddd
commit 1f75c26aa6
2 changed files with 0 additions and 11 deletions

View file

@ -1,3 +1,2 @@
30 1 * * * root /mnt/fedora/app/fi-repo/rhel/rhel7/rhel7-sync > /dev/null
30 3 * * * root /mnt/fedora/app/fi-repo/rhel/rhel8/rhel8-sync > /dev/null
30 5 * * * root /mnt/fedora/app/fi-repo/rhel/rhel9/rhel9-sync > /dev/null

View file

@ -282,16 +282,6 @@
- config
when: inventory_hostname.startswith('batcave01')
#
# Setup rhel7 sync script.
#
- name: setup rhel7 sync copy script
copy: src=rhel7-sync dest=/mnt/fedora/app/fi-repo/rhel/rhel7/rhel7-sync mode=0775
tags:
- batcave
- config
when: inventory_hostname.startswith('batcave01')
#
# Setup rhel8 sync script.
#