Exclude unused architectures from epel mirror
This commit is contained in:
parent
d88de75b88
commit
4e5fb25a7a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue