When creating accounts with a "GroupName" property using the cyberark.pas.cyberark_account module, any subsequent task run on this account is systematically marked as "changed", despite the provided values being the same.
This does not happen with accounts that are not part of a group (no "GroupName" property given).
Steps to Reproduce
Using the cyberark.pas.cyberark_account module, create an account with a "GroupName" property under "platform_account_properties".
Then, run the task again without changing any values.
Expected Results
I expect the task to return as "ok" when no value has actually changed (idempotency).
Actual Results
The task returns as "changed".
In the log of the task below, you can see a GroupName is passed in the module_args, but does not show in the result section, which may be linked to the issue.
Summary
When creating accounts with a "GroupName" property using the cyberark.pas.cyberark_account module, any subsequent task run on this account is systematically marked as "changed", despite the provided values being the same.
This does not happen with accounts that are not part of a group (no "GroupName" property given).
Steps to Reproduce
Using the cyberark.pas.cyberark_account module, create an account with a "GroupName" property under "platform_account_properties".
Then, run the task again without changing any values.
Expected Results
I expect the task to return as "ok" when no value has actually changed (idempotency).
Actual Results
The task returns as "changed".
In the log of the task below, you can see a GroupName is passed in the module_args, but does not show in the result section, which may be linked to the issue.
Reproducible
Version/Tag number
Collection cyberark.pas v1.0.7.
Environment setup
Running in a venv, with ansible v2.9.12 and python v3.6.8.
Additional Information
Add any other context about the problem here.