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
Thanks for the pickup, this is the only PR to touch that module so will have to look into why it's now acting like this and fix it up for the next release #204.
SUMMARY
When setting the members of a group using
win_domain_group_membership
, they are added then removed within the same task.ISSUE TYPE
COMPONENT NAME
win_domain_group_membership
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Target OS is Windows Server 2019.
STEPS TO REPRODUCE
pure
EXPECTED RESULTS
The member is added to group.
ACTUAL RESULTS
The member is added and removed within the same task, resulting in the member not actually being added to the group.
This worked as expected on v1.3.0, the issue seems to have been introduced with v1.4.0.
The text was updated successfully, but these errors were encountered: