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 }}"
|
password: "{{ report_mirror_pass }}"
|
||||||
- role: mirror/sync
|
- role: mirror/sync
|
||||||
label: fedora-epel
|
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:
|
rsyncoptions:
|
||||||
- "--exclude=SRPMS"
|
- "--exclude=SRPMS"
|
||||||
- "--exclude=debug"
|
- "--exclude=debug"
|
||||||
|
@ -39,7 +40,8 @@
|
||||||
postcmd: /usr/bin/report_mirror
|
postcmd: /usr/bin/report_mirror
|
||||||
- role: mirror/sync
|
- role: mirror/sync
|
||||||
label: fedora
|
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:
|
rsyncoptions:
|
||||||
- "--exclude=/atomic"
|
- "--exclude=/atomic"
|
||||||
- "--exclude=/development"
|
- "--exclude=/development"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue