IBM / ansible-power-aix

Developer contributions for Ansible Automation on Power
https://ibm.github.io/ansible-power-aix/
GNU General Public License v3.0
81 stars 95 forks source link

Missing ifix when running flrtvc module #572

Open christophegehin opened 3 weeks ago

christophegehin commented 3 weeks ago

Describe the bug

With ibm_power.aix collection 1.8.3, I have the last available ifix for openssl (3013ma) With version 1.9.2, I have the previous (3013sa)

To Reproduce Execute those tasks in an ansible playbook :

Expected behavior I should have the latest ifix available.

Environment (please complete the following information):

Regards

schamola commented 3 weeks ago

Hi @christophegehin Please provide more information about the issue and the error that you are getting.

christophegehin commented 1 week ago

Hello

Some ifix are missing when you run module flrtvc For example for ssl : with AIX collection version 1.9.2 : flrtvc downloads ifix for july 2024 with AIX collection version 1.8.3 : flrtvc downloads ifix for septembre 2024.

Regards