From 38b254a57956bc751a156c571ee55a3309e0c6b4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 02 2024 23:42:02 +0000 Subject: batcave: enable centos-10-sync Signed-off-by: Kevin Fenzi --- diff --git a/roles/batcave/files/sync-centos b/roles/batcave/files/sync-centos index ac41760..7f8a5f5 100644 --- a/roles/batcave/files/sync-centos +++ b/roles/batcave/files/sync-centos @@ -1,2 +1,3 @@ 30 4 * * * root /mnt/fedora/app/fi-repo/centos/centos-8-sync > /dev/null 50 4 * * * root /mnt/fedora/app/fi-repo/centos/centos-9s-sync > /dev/null +50 5 * * * root /mnt/fedora/app/fi-repo/centos/centos-10-sync > /dev/null diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 3421547..30d9f72 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -343,6 +343,16 @@ - batcave - config when: inventory_hostname.startswith('batcave01') +# +# Setup centos 10 sync script. +# + +- name: setup centos 10 sync script + copy: src=centos-10-sync dest=/mnt/fedora/app/fi-repo/centos/centos-10-sync mode=0775 + tags: + - batcave + - config + when: inventory_hostname.startswith('batcave01') # # Setup web server config