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
40 stars 30 forks source link

Fix logic error in call_is_plural() for access-rule vs. access-rulebase, etc. #155

Closed duanetoler closed 1 week ago

duanetoler commented 2 weeks ago

The inline "or" clause breaks the evaluation and always returns False. Grouping added around the "or" portion fixes this. Code style also adjusted to be equivalent to other similar multi-conditional groupings.