[copr][backend] fix file path
This commit is contained in:
parent
fe16beb2eb
commit
529c4102c5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: install copr repo
|
||||
copy: src="provision/copr.repo" dest="/etc/yum.repos.d/copr.repo"
|
||||
copy: src="copr.repo" dest="/etc/yum.repos.d/copr.repo"
|
||||
|
||||
- name: install pkgs
|
||||
yum: state=present pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue