IBM / ansible-for-i

the tool is to provide several customized modules for Ansible to manage IBM i systems.
GNU General Public License v3.0
54 stars 52 forks source link

fix_group_check dead URL #157

Closed cmh716 closed 8 months ago

cmh716 commented 11 months ago

It looks like the underlying URL https://www.ibm.com/support/pages/node/6211843 is now dead.

cmh716 commented 11 months ago

maybe ALL_GROUP_PAGE needs to be changed to "https://www.ibm.com/support/pages/ibm-i-group-ptfs-level" ?

robgjertsen1 commented 11 months ago

That link for ALL_GROUP_PAGE was a little too specific I guess and is now gone. The general PSP group ptf link you mention looks like what we would want.

cmh716 commented 11 months ago

Confirmed. I updated this URL and this module is functional again.

cmh716 commented 11 months ago

It looks like we also need to update ibmi_fix_check.py

robgjertsen1 commented 10 months ago

Thanks for the updates (and the changes from psyntium on this). Will incorporate changes with updated URL.

robgjertsen1 commented 10 months ago

I have updated the internal code repository with the fix and psyntium nicely provided a patch that can be used for now. Will include in 1.9.2 release. Should have 1.9.2 release out in near future.

volmcat commented 8 months ago

@robgjertsen1 when can we expect 1.9.2 official push to Galaxy?

robgjertsen1 commented 8 months ago

Later this month we'll have an update for Galaxy and Redhat. It would have happened sooner, but there are new requirements with Redhat collections passing ansible-lint and I have to include a portion of those changes in this update (and the rest in following release).

robgjertsen1 commented 8 months ago

OK, I have put out an update for 1.9.2 that has this fix and others, and also put collection update on Galaxy based on need by @volmcat (can't put that on RH as I'll explain). I've had to focus on a bunch of changes due to Redhat certification (now moving to 2.14+ ansible and a portion of the ansible lint production level changes required) and I can't publish a new collection on RH without these changes. I'll be posting that update very soon as release 2.0.0 that has Ansible 2.14+ requirement and Python 3.9+, but it will not really have any new fixes beyond the patch release 1.9.2.

robgjertsen1 commented 8 months ago

Fixed with 1.9.2.