Getting below error message for our builds:
Process install dependency map
18:33:24 /usr/local/lib/python3.6/site-packages/ansible/parsing/vault/init.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
18:33:26 from cryptography.exceptions import InvalidSignature
18:33:26 ERROR! Unexpected Exception, this is probably a bug: ‘/api/v3/plugin/ansible/content/published/collections/index/community/vmware/versions/’
18:33:26 to see the full traceback, use -vvv
18:33:26 Build step ‘Execute shell’ marked build as failure
18:33:26 Finished: FAILURE
We are giving the shell command thru jenkins for the community vmware installation.
Below the shell command, we have added in jenkins: ansible-galaxy collection install community.vmware ansible-playbook …/vm-hardware-change.yml …/export-as-ovf.yml
I’m glad you got an answer, but for the record, please try not ping individuals unless you really need them - that just causes stress. The person may be busy, on holiday, or otherwise unavailable.
The Galaxy team are hard at work on all of the galaxy-ng tagged topics, and we can group-ping the Galaxy team when issues might have slipped past the triage - but that’s after a matter of days, not hours.
I just have a doubt, if we want to point to old galaxy, what changes need to be added in the command.
for example, I’m currently using the command ansible-galaxy collection install community.vmware
what could be the new command for using the old galaxy.
I just have a doubt, if we want to point to old galaxy, what changes need to be added in the command.
for example, I’m currently using the command ansible-galaxy collection install community.vmware
what could be the new command for using the old galaxy.
You need to be using ansible-core >=2.13.9 to be able to download content from the new galaxy,
Anecdotally, galaxy v3 support is available even in Ansible 2.9, and from what I could tell it works fine with the new galaxy. I know there was a bug in 2.13.x(?) (don’t know which patch versions were affected) but I don’t think that bug affected 2.12 or earlier versions.