Juniper / ansible-junos-stdlib

Junos modules for Ansible
Apache License 2.0
302 stars 156 forks source link

Juniper's galaxy module download fails. #648

Closed github-20240422 closed 4 months ago

github-20240422 commented 4 months ago

Issue Type

Module Name juniper.device collection and Python libraries version https://galaxy.ansible.com/ui/repo/published/juniper/device/

ansible --version /usr/lib/python2.7/site-packages/ansible/parsing/vault/init.py:41: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography.exceptions import InvalidSignature ansible 2.7.5 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.18 (default, Dec 1 2023, 12:55:46) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)]

OS / Environment EX2300(Junos 23.4R1.9)

Summary "ansible-galaxy collection install juniper.device" command fails.

ansible-galaxy collection install juniper.device /usr/lib/python2.7/site-packages/ansible/parsing/vault/init.py:41: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography.exceptions import InvalidSignature [WARNING]: - collection was NOT installed successfully: missing required 'current_version' from server response (https://galaxy.ansible.com/api/)

ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.

Expected results I will probably see results such as successful download on my device.

Actual results It actually shows the error I attached.

dineshbaburam91 commented 4 months ago

Could you please install the ansible collection in python3?

Python 2 is no longer supported. Could you upgrade to the latest python3 version?