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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-19 18:05:23 +00:00 committed by Pierre-Yves Chibon
parent 31e67c36f2
commit 70a711c577

View file

@ -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