redhat-openstack / ansible-role-tripleo-image-build

An ansible role used to create and publish quickstart built images
Apache License 2.0
5 stars 3 forks source link

meta/main.yml has a typo which causes ansible-galaxy to cry #5

Closed trown closed 8 years ago

trown commented 8 years ago

I am trying to pull in this role via ansible galaxy command: ansible-galaxy install -p ~/.quickstart/tripleo-quickstart/playbooks/roles/ -r ~/.quickstart/tripleo-quickstart/ansible-role-requirements.yml --force

with ansible-role-requirements.yml:

- name: image-build
  src: https://github.com/redhat-openstack/ansible-role-tripleo-image-build
  scm: git
  version: master

This results in:

[WARNING]: - image-build was NOT installed successfully: this role does not appear to have a valid meta/main.yml file.