diff --git a/roles/batcave/files/sync-rhn b/roles/batcave/files/sync-rhn index f7fbde1cd3..a8bc81f642 100644 --- a/roles/batcave/files/sync-rhn +++ b/roles/batcave/files/sync-rhn @@ -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 diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index b37962acdf..4ae5a11a4e 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -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. #