Adds gcc to the dnf install section for autocloud-backend02.

This commit is contained in:
Kushal Das 2015-09-29 17:49:44 +00:00
parent ca47fa38f0
commit b4c38bec40

View file

@ -82,6 +82,7 @@
with_items:
- VirtualBox-4.3
- kernel-devel
- gcc
- vagrant
register: virtualbox_installed
when: autocloud_specialization == 'virtualbox'