[copr][backend] copy builder.repo to the builder vm
This commit is contained in:
parent
41ffa1a146
commit
638dc9cd68
1 changed files with 6 additions and 0 deletions
|
@ -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
|
- name: install pkgs
|
||||||
yum: state=present pkg={{ item }}
|
yum: state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue