Infra-tags are also applicable to non-EPEL boxes

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-25 20:05:49 +00:00
parent e158742c4b
commit 8252b00d92

View file

@ -59,7 +59,7 @@
- name: add infrastructure tags repo - RHEL
copy: src="{{ files }}/common/rhel-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
when: ((ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and use_default_epel)
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS')
tags:
- config
- packages