Theres just a single repo per system
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ad0f6a0339
commit
86a5a3f3d3
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
- yumrepos
|
||||
|
||||
- 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'
|
||||
tags:
|
||||
- config
|
||||
|
@ -66,7 +66,7 @@
|
|||
- yumrepos
|
||||
|
||||
- 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'
|
||||
tags:
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue