Add galaxy.yml into repo
Closed this issue · 1 comments
ttecles commented
Is your feature request related to a problem? Please describe
I wanted to download the github code using the ansible-galaxy
(cluster) joan@DESKTOP-OM8Q4NE:~/Abzu/cluster$ ansible-galaxy collection install git+https://github.com/nginxinc/ansible-role-nginx-config.git
Cloning into '/home/joan/.ansible/tmp/ansible-local-260469n7zryua/tmp5t1xuas1/ansible-role-nginx-confignf_aip1s'...
remote: Enumerating objects: 1193, done.
remote: Counting objects: 100% (405/405), done.
remote: Compressing objects: 100% (215/215), done.
remote: Total 1193 (delta 245), reused 296 (delta 176), pack-reused 788
Receiving objects: 100% (1193/1193), 296.46 KiB | 2.18 MiB/s, done.
Resolving deltas: 100% (673/673), done.
Your branch is up to date with 'origin/main'.
Starting galaxy collection install process
Process install dependency map
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.
Tip: Make sure you are pointing to the right subdirectory — `/home/joan/.ansible/tmp/ansible-local-260469n7zryua/tmp5t1xuas1/ansible-role-nginx-confignf_aip1s` looks like a directory but it is neither a collection, nor a namespace d
ir.
Describe the solution you'd like
Having a galaxy.yml in the root repo as described in https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html