From 529efd02d05e13549c600dd9e713ad5d527ff7ff Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 24 Nov 2018 18:07:47 +0000 Subject: [PATCH] Don't install the infra tags repo on maintainer tests instances, to allow for them to use normal mock. --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 0528f5f5ac..1d823d8ee0 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -105,7 +105,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' + when: ansible_distribution == 'Fedora' and not in groups['maintainer-test'] tags: - config - packages