From 78ce88e7cc2c3c8af278de1a4508bd9a27531a4d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 9 Jun 2018 01:30:03 +0000 Subject: [PATCH] see if this problem is the space --- files/common/fedora-updates.repo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/common/fedora-updates.repo b/files/common/fedora-updates.repo index 69223ce005..c92aa782f8 100644 --- a/files/common/fedora-updates.repo +++ b/files/common/fedora-updates.repo @@ -1,7 +1,7 @@ [updates] name=Fedora $releasever - $basearch - Updates failovermethod=priority -{% if ansible_distribution_major_version|int >27 %} +{% if ansible_distribution_major_version|int > 27 %} baseurl=https://infrastructure.fedoraproject.org/pub/fedora/linux/updates/$releasever/Everything/$basearch/ {% else %} baseurl=https://infrastructure.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/ @@ -14,7 +14,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch [updates-debuginfo] name=Fedora $releasever - $basearch - Updates - Debug failovermethod=priority -{% if ansible_distribution_major_version|int >27 %} +{% if ansible_distribution_major_version|int > 27 %} baseurl=http://infrastructure.fedoraproject.org/pub/fedora/linux/updates/$releasever/Everything/$basearch/debug/ {% else %} baseurl=http://infrastructure.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/ @@ -27,7 +27,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch [updates-source] name=Fedora $releasever - Updates Source failovermethod=priority -{% if ansible_distribution_major_version|int >27 %} +{% if ansible_distribution_major_version|int > 27 %} baseurl=http://infrastructure.fedoraproject.org/pub/fedora/linux/updates/$releasever/Everything/SRPMS/ {% else %} baseurl=http://infrastructure.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/