Open christophegehin opened 3 weeks ago
Hi @christophegehin Please provide more information about the issue and the error that you are getting.
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
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 :
name: Download apar.csv from ibm ansible.builtin.get_url: dest: "{{ flrtvc_dir }}/apar.csv" force: true url: 'https://esupport.ibm.com/customercare/flrt/doc?page=aparCSV'
name: Run flrtvc ibm.power_aix.flrtvc: apar: sec save_report: true download_only: true csv: "{{ flrtvc_dir }}/apar.csv" path: "{{ ifix_dir }}" register: result
Expected behavior I should have the latest ifix available.
Environment (please complete the following information):
Regards