crivetimihai / ansible_virtualization

Ansible Collection: Virtualization roles
https://crivetimihai.github.io/ansible_virtualization/
40 stars 33 forks source link

cannot download collection through mazer #2

Closed chris968 closed 5 years ago

chris968 commented 5 years ago

mazer freeze without any error during download of the collection, all your other collection working correctly, i've read somewhere that trailing slash on galaxy.yml file can cause problem. "galaxy.yml" of this collection got one on the "documentation" path, all your other projects didn't.

crivetimihai commented 5 years ago

As mazer is now deprecated, does ansible-galaxy collection install crivetimihai.virtualization solve the issue?

chris968 commented 5 years ago

Yes, so unfortunately only with ansible 2.9

LaurentMarchelli commented 5 years ago

@chris968 If you do not need to script the installation for deployment, cloning the repository or symbolic linking the clone into ~/.ansible/collections/ansible_collections/crivetimihai/virtualization works with 2.8.5. Regards.

chris968 commented 5 years ago

I will probably use something like this or try to move my code to Ansible 2.9, thank you !