diff --git a/playbooks/roles/mirror-update/files/centos-mirror-update b/playbooks/roles/mirror-update/files/centos-mirror-update index 452d90c301..2f11ad87ce 100755 --- a/playbooks/roles/mirror-update/files/centos-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-mirror-update @@ -42,6 +42,7 @@ $K5START rsync -rltvz \ --delete \ --delete-excluded \ --exclude="isos" \ + --exclude=".*" \ $MIRROR $BASE/8-stream # @@ -59,6 +60,7 @@ $K5START rsync -rltvz \ --delete \ --delete-excluded \ --exclude="isos" \ + --exclude=".*" \ $MIRROR $BASE/8 #