There is no such package.
This commit is contained in:
parent
1ae6fd367e
commit
c7f8e7d57a
1 changed files with 3 additions and 9 deletions
|
@ -71,6 +71,9 @@
|
||||||
- vagrant
|
- vagrant
|
||||||
register: virtualbox_installed
|
register: virtualbox_installed
|
||||||
when: autocloud_specialization == 'virtualbox'
|
when: autocloud_specialization == 'virtualbox'
|
||||||
|
notify:
|
||||||
|
- restart fedmsg-hub
|
||||||
|
- restart autocloud
|
||||||
tags:
|
tags:
|
||||||
- autocloud
|
- autocloud
|
||||||
- autocloud/backend
|
- autocloud/backend
|
||||||
|
@ -78,15 +81,6 @@
|
||||||
- name: setup vbox if it was just installed.
|
- name: setup vbox if it was just installed.
|
||||||
command: /etc/init.d/vboxdrv setup
|
command: /etc/init.d/vboxdrv setup
|
||||||
when: virtualbox_installed|changed
|
when: virtualbox_installed|changed
|
||||||
tags:
|
|
||||||
- autocloud
|
|
||||||
- autocloud/backend
|
|
||||||
|
|
||||||
- name: install vagrant-virtualbox for the virtualbox host
|
|
||||||
dnf: pkg={{ item }} state=present
|
|
||||||
with_items:
|
|
||||||
- vagrant-virtualbox
|
|
||||||
when: autocloud_specialization == 'virtualbox'
|
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
- restart autocloud
|
- restart autocloud
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue