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:
parent
31e67c36f2
commit
70a711c577
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
- name: add infrastructure tags repo - Fedora
|
- name: add infrastructure tags repo - Fedora
|
||||||
copy: src="{{ files }}/common/fedora-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
|
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:
|
tags:
|
||||||
- config
|
- config
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue