stackhpc / ansible-role-os-images

Ansible role to build and upload OpenStack instance images
Apache License 2.0
6 stars 6 forks source link

First element interpreted as a package if no packages specified #26

Closed markgoddard closed 4 years ago

markgoddard commented 4 years ago

If building an image with no packages specified, the first element in the list is interpreted as a package. Often this element is the OS element, in which case the build will fail early. In other cases it may fail when a package with the name of the first element is not found.