You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
pint2oo
changed the title
No idempotence when using GroupName property with cyberark.pas.account
No idempotency when using GroupName property with cyberark.pas.account
Jun 21, 2021
pint2oo
changed the title
No idempotency when using GroupName property with cyberark.pas.account
No idempotency when using GroupName property with cyberark.pas.cyberark_account
Jun 21, 2021
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.
The text was updated successfully, but these errors were encountered: