diff --git a/playbooks/mirror.yml b/playbooks/mirror.yml index 64d6201..4d027f7 100644 --- a/playbooks/mirror.yml +++ b/playbooks/mirror.yml @@ -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"