imagefactory-client: install missing dep, git
This commit is contained in:
parent
d2439b2ec2
commit
b8891699eb
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
|||
- name: ensure packages required for imagefactory are installed (dnf)
|
||||
dnf: name={{ item }} state=present enablerepo={{ extra_enablerepos }}
|
||||
with_items:
|
||||
- python-libguestfs
|
||||
- libguestfs-tools
|
||||
- qemu-img
|
||||
- python-libguestfs
|
||||
- libguestfs-tools
|
||||
- qemu-img
|
||||
- git
|
||||
|
||||
- name: create directory for git clone
|
||||
file: path=/var/lib/fedoraqa state=directory owner=root group=root mode=1755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue