Repo for extra pdc deps.
This commit is contained in:
parent
47532ab615
commit
a521cf2dd9
2 changed files with 18 additions and 0 deletions
|
@ -19,6 +19,16 @@
|
|||
tags:
|
||||
- pdc
|
||||
|
||||
- name: lastly, add a copr repo for extra deps of PDC.
|
||||
copy: >
|
||||
src="ralph-pdc-deps-epel-7.repo"
|
||||
dest="/etc/yum.repos.d/ralph-pdc-deps-epel-7.repo"
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
tags:
|
||||
- pdc
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue