From a1433563d3dff6ac347c2cc2583b447f5629689c Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Wed, 1 Apr 2020 16:16:42 +0200
Subject: [PATCH] Change CentOS 8 upstream mirror

Currently used mirror is not up to date and is not on the list of official
CentOS mirrors.
Changing to a mirror also located somewhere in US,TX - which should be
close-ish to DFW servers.

Change-Id: Id8267bc7e6c8a96ccdfd98c16390d36842f26de3
---
 playbooks/roles/mirror-update/files/centos-mirror-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playbooks/roles/mirror-update/files/centos-mirror-update b/playbooks/roles/mirror-update/files/centos-mirror-update
index 9cc3f87a64..061341efa7 100755
--- a/playbooks/roles/mirror-update/files/centos-mirror-update
+++ b/playbooks/roles/mirror-update/files/centos-mirror-update
@@ -31,7 +31,7 @@ K5START="k5start -t -f /etc/centos.keytab service/centos-mirror -- $TIMEOUT"
 # -- Centos 8 --
 #
 
-MIRROR=rsync://mirror.hackingand.coffee/centos/8/ # somewhere in TX
+MIRROR=rsync://mirror.dal10.us.leaseweb.net/centos/8/ # somewhere in TX
 
 if ! [ -f $BASE/8 ]; then
     $K5START mkdir -p $BASE/8