ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
133 stars 156 forks source link

Collections with hyphen in their namespace or name are not allowed. #78

Closed rafasb closed 3 years ago

rafasb commented 3 years ago

++++++++++UPDATE++++++++++++++++ Sorry, reject this issue. I just discovered my mistake. "ansible-network.network-engine" is a role not a collection. ++++++++++++++++++++++++++++++++ I get this error when I try to create a custom AWX-EE:

ERROR! Neither the collection requirement entry key '
name', nor 'source' point to a concrete resolvable collection artifact. Also 'name' is not an FQCN. A valid collection name must be in the format <namespace>.<collection>. Please make sure that the namespace and the collection name  contain characters from [a-zA-Z0-9_] only.

Could not find **ansible-network.network-engine**.

Perhaps, the regular expression should include other characters like "-"

Thanks in advance.