Add libvirt and fedfind to the autocloud playbook
This commit is contained in:
parent
44ba0157e8
commit
5ad9b10ac6
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
- autocloud-common
|
||||
- autocloud-backend
|
||||
- tunir
|
||||
- fedfind
|
||||
- python-sqlalchemy
|
||||
- python-sqlalchemy-utils
|
||||
- libsemanage-python
|
||||
|
@ -53,9 +54,10 @@
|
|||
- autocloud
|
||||
- autocloud/backend
|
||||
|
||||
- name: install vagrant-libvirt for the libvirt host
|
||||
- name: install libvirt and vagrant-libvirt for the libvirt host
|
||||
dnf: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- libvirt
|
||||
- vagrant-libvirt
|
||||
when: autocloud_specialization == 'libvirt'
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue