From 70a711c577e67724cbc5053ebfb232370eb6dc16 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 19 Oct 2019 18:05:23 +0000 Subject: [PATCH] yumrepos: also install infra-tags repo on maintainer-test. We removed it a while back because our local mock was causing problems, thats not the case anymore. Signed-off-by: Kevin Fenzi --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 44aea6b048..1256081db3 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -113,7 +113,7 @@ - name: add infrastructure tags repo - Fedora copy: src="{{ files }}/common/fedora-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo" - when: ansible_distribution == 'Fedora' and inventory_hostname not in groups['maintainer_test'] + when: ansible_distribution == 'Fedora' tags: - config - packages