Collection ibm.ibm_zos_core does not support Ansible version 2.14.14

Collection ibm.ibm_zos_core does not support Ansible version 2.14.14

ansible-galaxy --version
ansible-galaxy [core 2.14.14]
config file = /etc/ansible/ansible.cfg
configured module search path = [‘/root/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible-galaxy
python version = 3.9.18 (main, Oct 4 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)] (/usr/bin/python3)
jinja version = 3.1.2
libyaml = True

ansible-galaxy collection list

/root/.ansible/collections/ansible_collections

Collection Version


ansible.netcommon 7.1.0
ansible.utils 5.1.2
ibm.ibm_zos_core 1.12.0

Facing issue and showing error that Collection is not supporting Ansible 2.14.14 (LHEL9.4)

The collection at that version is marked as requiring ansible 2.15 or newer. See the Requires Ansible section at Ansible Galaxy.

Looks like version 1.8.0 supports ansible-core 2.14.

Hi,

There is a support matrix here, note that this location will change in 2025 when the doc site is updated in Q1 2025.

For ansible-core version 2.14.x support you need to be on ibm_zos_core version 1.9.x or less.

Also note that 1.9.x reaches EOL in April 2025; consider updating as needed to remain supported.

1 Like