IBM / ibmi-oss-issues

Important resources for anyone interested in open source on IBM i
Creative Commons Zero v1.0 Universal
13 stars 0 forks source link

Request that the IBM i OSS Ansible package be updated to a newer version #36

Open K2701 opened 1 year ago

K2701 commented 1 year ago

The current Ansible Release from IBM i OSS is Version (2.9.10-2). The latest stable release on github is 2.15. I have been working with IBM CASE TS013104560 and an accompanying Power_ibmi Ansible Collection Issue #153

https://github.com/IBM/ansible-for-i/issues/153

I found the solution to the issue of connecting to the IBM PSP site when "validate_certs=True" was to update the ansible code with the latest modules from the "devel" branch on 06/09/23.

\=========================================== ansible_ansible_devel_lib_ansible_module_utils_urls.py ansible_ansible_devel_lib_ansible_module_utils_compat_typing.py \===========================================

The 2.9.10 version "appears" to have a bug when working with the TLS context object which was resolved in (or after) release 2.13. It would be helpful to have a more recent level of the Ansible Code for the IBM i systems that include sthe more recent updates, fixes, and enhancements. { End }