[copr][backend] copy builder.repo to the builder vm

This commit is contained in:
Valentin Gologuzov 2015-04-30 16:31:28 +02:00
parent 41ffa1a146
commit 638dc9cd68

View file

@ -1,3 +1,9 @@
- name: add repos
action: copy src=files/{{ item }} dest=/etc/yum.repos.d/{{ item }}
with_items:
- builder.repo
- name: install pkgs
yum: state=present pkg={{ item }}
with_items: