Theres just a single repo per system

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-25 17:16:11 +00:00
parent ad0f6a0339
commit 86a5a3f3d3

View file

@ -58,7 +58,7 @@
- yumrepos - yumrepos
- name: add infrastructure tags repo - RHEL - name: add infrastructure tags repo - RHEL
copy: src="{{ files }}/common/rhel-infra-tags.repo" dest="/etc/yum.repos.d/{{ item }}" copy: src="{{ files }}/common/rhel-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
when: ansible_distribution == 'RedHat' when: ansible_distribution == 'RedHat'
tags: tags:
- config - config
@ -66,7 +66,7 @@
- yumrepos - yumrepos
- 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/{{ item }}" copy: src="{{ files }}/common/fedora-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
when: ansible_distribution == 'Fedora' when: ansible_distribution == 'Fedora'
tags: tags:
- config - config