CheckPointAnsibleMgmtCollection icon indicating copy to clipboard operation
CheckPointAnsibleMgmtCollection copied to clipboard

Module cp_mgmt_access_rule not working with ansible-core>= 17.0

Open TimFld opened this issue 1 year ago • 2 comments

The Module cp_mgmt_access_rule tries to import 'CertificateError' from 'ansible.module_utils.urls' which seems to be no longer present in ansible.core >= 17.0

TimFld avatar Jul 10 '24 10:07 TimFld

Hi @TimFld , Thanks for notifying us, we will look into this and update you. Regards

chkp-edenbr avatar Jul 11 '24 13:07 chkp-edenbr

It's not just that module. I got the same with the cp_mgmt_host_facts module. This seems to be a larger compatibility issue for python >3.9 and ansible >=2.17.

duanetoler avatar Jul 30 '24 02:07 duanetoler

Hi @TimFld , Issue fixed in new release v6.1.1 Regards

chkp-edenbr avatar Aug 12 '24 09:08 chkp-edenbr

FYI: Confirmed. I updated my Docker image to Python 3.11 and updated to v6.1.1 of Mgmt modules. All clear!

duanetoler avatar Aug 16 '24 01:08 duanetoler