split long lines (lint fixes)
This commit is contained in:
parent
30d791d27d
commit
0b715e82e6
1 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,8 @@
|
|||
password: "{{ report_mirror_pass }}"
|
||||
- role: mirror/sync
|
||||
label: fedora-epel
|
||||
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/epel"
|
||||
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/\
|
||||
fedora.redhat.com/pub/epel"
|
||||
rsyncoptions:
|
||||
- "--exclude=SRPMS"
|
||||
- "--exclude=debug"
|
||||
|
@ -39,7 +40,8 @@
|
|||
postcmd: /usr/bin/report_mirror
|
||||
- role: mirror/sync
|
||||
label: fedora
|
||||
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/fedora/linux/"
|
||||
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/\
|
||||
fedora.redhat.com/pub/fedora/linux/"
|
||||
rsyncoptions:
|
||||
- "--exclude=/atomic"
|
||||
- "--exclude=/development"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue