From 472152c95ad6f273cf1fad3902d29b37d32cff68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 5 Oct 2017 15:09:36 +0200 Subject: [PATCH] retrace: try this --- .../host_vars/retrace01.qa.fedoraproject.org | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/inventory/host_vars/retrace01.qa.fedoraproject.org b/inventory/host_vars/retrace01.qa.fedoraproject.org index 505ed0fb2d..cb26bfb2a6 100644 --- a/inventory/host_vars/retrace01.qa.fedoraproject.org +++ b/inventory/host_vars/retrace01.qa.fedoraproject.org @@ -16,11 +16,13 @@ nagios_Check_Services: swap: false faf_repos: - - - name: 'fedora-27-updates-testing-source' - - url: 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/27/SRPMS/' - - arch: 'source' - - opsys: 'Fedora 27' - - - name: 'fedora-27-updates-source' - - url: 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/27/SRPMS/' - - arch: 'source' - - opsys: 'Fedora 27' + - { name: 'fedora-27-updates-testing-source', + url: 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/27/SRPMS/', + arch: 'source' + opsys: 'Fedora 27' + } + - { name: 'fedora-27-updates-source' + url: 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/27/SRPMS/' + arch: 'source' + opsys: 'Fedora 27' + }