From 0b715e82e665fa91c52060f8248216a6bc8f0957 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 23 May 2019 19:29:24 +0300 Subject: [PATCH] split long lines (lint fixes) --- playbooks/mirror.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"