fix typo in yum.repos.d path for OSBS atomic-reactor repo
This commit is contained in:
parent
f60b5525dc
commit
05b4e7d2f4
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
||||||
- name: Configure the atomic-reactor COPR
|
- name: Configure the atomic-reactor COPR
|
||||||
copy:
|
copy:
|
||||||
src: "{{ files }}/osbs/atomic-reactor.repo"
|
src: "{{ files }}/osbs/atomic-reactor.repo"
|
||||||
dest: /etc/yum/repos.d/atomic-reactor.repo
|
dest: /etc/yum.repos.d/atomic-reactor.repo
|
||||||
|
|
||||||
- name: Install atomic-reactor
|
- name: Install atomic-reactor
|
||||||
yum: pkg=atomic-reactor state=present
|
yum: pkg=atomic-reactor state=present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue