When execute a playbook with domainA and domainB, the module seems to be stuck with the value of domainA when we try to use domainB, causing it to not find the policies, vsx, etc.
However if we launch a test with domainB and domainA, the opposite happens, it stays with the value of domainB and fails when dealing with elements of domainA.
"msg": "Checkpoint device returned error 400 with message {'code': 'generic_err_invalid_parameter', 'message': 'Invalid parameter for [targets]. Input installation target [VSX_2] does not exist, or is not an installable target'} Unpublished changes were discarded"
"msg": "Checkpoint device returned error 404 with message {'code': 'generic_err_object_not_found', 'message': 'Requested object [Policy_3] not found'} Unpublished changes were discarded"
We have already used this module and others from the checkpoint collection, and so far we have only used 1 playbook - 1 domain. The current case is 1 playbook - n domains.
When execute a playbook with domainA and domainB, the module seems to be stuck with the value of domainA when we try to use domainB, causing it to not find the policies, vsx, etc. However if we launch a test with domainB and domainA, the opposite happens, it stays with the value of domainB and fails when dealing with elements of domainA.
"msg": "Checkpoint device returned error 400 with message {'code': 'generic_err_invalid_parameter', 'message': 'Invalid parameter for [targets]. Input installation target [VSX_2] does not exist, or is not an installable target'} Unpublished changes were discarded"
"msg": "Checkpoint device returned error 404 with message {'code': 'generic_err_object_not_found', 'message': 'Requested object [Policy_3] not found'} Unpublished changes were discarded"
We have already used this module and others from the checkpoint collection, and so far we have only used 1 playbook - 1 domain. The current case is 1 playbook - n domains.
ansible version: 2.9.4 check_point.mgmt version: 2.0.0
Playbooks