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-common
- autocloud-backend - autocloud-backend
- tunir - tunir
- fedfind
- python-sqlalchemy - python-sqlalchemy
- python-sqlalchemy-utils - python-sqlalchemy-utils
- libsemanage-python - libsemanage-python
@ -53,9 +54,10 @@
- autocloud - autocloud
- autocloud/backend - 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 dnf: pkg={{ item }} state=present
with_items: with_items:
- libvirt
- vagrant-libvirt - vagrant-libvirt
when: autocloud_specialization == 'libvirt' when: autocloud_specialization == 'libvirt'
notify: notify: