diff --git a/playbooks/mirror.yml b/playbooks/mirror.yml index 7559dd7..ea6ed1f 100644 --- a/playbooks/mirror.yml +++ b/playbooks/mirror.yml @@ -37,8 +37,11 @@ mirror_source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/epel" mirror_rsyncoptions: - - "--exclude=SRPMS" - "--exclude=debug" + - "--exclude=testing" + - "--exclude=ppc64le" + - "--exclude=s390x" + - "--exclude=source" - "--delete-excluded" mirror_postcmd: python3 /usr/local/bin/report_mirror - role: mirror/sync