[ansible-project] Re: win_domain_group_membership

2020-02-11 Thread Jesse Lyon
I fixed it from the above error, PEBKAC. Updated the PR :) On Monday, February 10, 2020 at 4:28:05 PM UTC-5, Jesse Lyon wrote: > > The full traceback is: > Could not add member(s) to one or more ADGroup. > At line:82 char:9 > + Add-ADPrincipalGroupMembership -Identity $group_member -Membe

[ansible-project] Re: win_domain_group_membership

2020-02-10 Thread Jesse Lyon
The full traceback is: Could not add member(s) to one or more ADGroup. At line:82 char:9 + Add-ADPrincipalGroupMembership -Identity $group_member -Membe ... + ~ + CategoryInfo : OperationStopped:

[ansible-project] Re: win_domain_group_membership

2020-02-10 Thread Jesse Lyon
The full traceback is: Could not add member(s) to one or more ADGroup. At line:82 char:9 + Add-ADPrincipalGroupMembership -Identity $group_member -Membe ... + ~ + CategoryInfo : OperationStopped:

[ansible-project] Re: win_domain_group_membership

2020-02-10 Thread Jesse Lyon
My bad on linking to the wrong issue :) I've pulled it down and am giving it a shot now, will have results and comment on the PR if successful... so far I'm fighting the woes of a stripped down dev domain. Thanks again Jordan. On Monday, February 10, 2020 at 2:03:12 PM UTC-5, Jordan Borean

[ansible-project] Re: win_domain_group_membership

2020-02-10 Thread Jordan Borean
Looks like I jumped the gun with closing that issue, the backported issue referenced is for a separate problem. The actual cross domain support of groups is still not supported in the module. There is a PR which you can try out https://github.com/ansible/ansible/pull/65138 and comment on if it