[copr][backend] fix file path

This commit is contained in:
Valentin Gologuzov 2015-06-30 14:51:56 +02:00
parent fe16beb2eb
commit 529c4102c5

View file

@ -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 }}