diff --git a/roles/batcave/files/sync-rhn b/roles/batcave/files/sync-rhn index a450aa9f7a..5ecececcde 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/rhel5/rhel5-sync > /dev/null 30 2 * * * root /mnt/fedora/app/fi-repo/rhel/rhel6/rhel6-sync > /dev/null 30 3 * * * root /mnt/fedora/app/fi-repo/rhel/rhel7/rhel7-sync > /dev/null diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 2c220d9363..21efd7ab76 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -339,7 +339,8 @@ - config when: inventory_hostname.startswith('batcave01') # -# Monday morning run a script to show all the packages we have in infra tags in koji. +# Monday morning run a script to show all the packages we have in infra +# tags in koji. # - name: Install infra-tags-report script