diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index c777c49e9f..8ac9bd73b5 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -96,6 +96,13 @@ $K5START rsync -rltDvz \ --exclude="ppc64le/" \ --exclude="images/*.raw.xz" \ --exclude="images/*.box" \ + --exclude="images/*.iso" \ + --exclude="images/efiboot.img" \ + --exclude="images/install.img" \ + --exclude="iso/*.iso" \ + --exclude="os/EFI/BOOT/" \ + --exclude="pxeboot/" \ + --exclude="isolinux/" \ $MIRROR/ $BASE/atomic/ # TODO(pabelanger): Validate rsync process