From 1f75c26aa607339764766abb09b28f06f3e76cda Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 29 Jun 2024 18:41:52 -0700 Subject: [PATCH] rhel7: no need to sync it anymore Signed-off-by: Kevin Fenzi --- roles/batcave/files/sync-rhn | 1 - roles/batcave/tasks/main.yml | 10 ---------- 2 files changed, 11 deletions(-) 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. #