ansible-module-vcloud-director
ansible-module-vcloud-director copied to clipboard
Unable to download collection
Collection download fails using the below command: ansible-galaxy collection install vmware.vcloud_director
@anjo-Lagrimas, these collections are not listed on the ansible cloud yet. Please try to install as a GitHub repository using below command,
ansible-galaxy collection install git+https://github.com/vmware/ansible-module-vcloud-director.git,collection
@mukultaneja Great that a branch in collection format exists. Are there any plans to apply collection schema to master branch as collection is the way to go in terms of ansible integration?
Is there any plan to introduce versioning for collection branch or how to keep collection branch in sync with updates from master branch?