CheckPointSW / CheckPointAnsibleMgmtCollection

This Ansible collection provides control over a Check Point Management server using Check Point's web-services APIs.
https://galaxy.ansible.com/check_point/mgmt
Apache License 2.0
39 stars 30 forks source link

Module cp_mgmt_access_rule not working with ansible-core>= 17.0 #134

Closed TimFld closed 1 month ago

TimFld commented 2 months ago

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

chkp-edenbr commented 2 months ago

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

duanetoler commented 1 month ago

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.

chkp-edenbr commented 1 month ago

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

duanetoler commented 4 weeks ago

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