Add libvirt and fedfind to the autocloud playbook

This commit is contained in:
Sayan Chowdhury 2016-07-15 13:59:37 +00:00
parent 44ba0157e8
commit 5ad9b10ac6

View file

@ -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: