Don't install the infra tags repo on maintainer tests instances, to allow for them to use normal mock.

This commit is contained in:
Kevin Fenzi 2018-11-24 18:07:47 +00:00
parent caa54bba38
commit 529efd02d0

View file

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