[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 
> ...
> + ~
> + CategoryInfo  : OperationStopped: (Microsoft.Activ...ement.
> ADGroup[]:ADGroup[]) [Add-ADPrincipalGroupMembership], ADException
> + FullyQualifiedErrorId : 1,Microsoft.ActiveDirectory.Management.
> Commands.AddADPrincipalGroupMembership
>
>
> ScriptStackTrace:
> at , : line 82
>
>
> Microsoft.ActiveDirectory.Management.ADException: Could not add member(s) 
> to one or more ADGroup.
>at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError
> (ErrorRecord errorRecord)
> fatal: [ansible01.domain.DEV]: FAILED! => {
> "changed": false,
> "msg": "Unhandled exception while executing module: Could not add 
> member(s) to one or more ADGroup."
> }
>
>
>
>
> On Monday, February 10, 2020 at 4:22:50 PM UTC-5, Jesse Lyon wrote:
>>
>> 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 wrote:
>>>
>>> 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 solves your issue.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dc635419-c24a-4e9f-9ffc-247a537f7fb9%40googlegroups.com.


[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: (Microsoft.Activ...ement.
ADGroup[]:ADGroup[]) [Add-ADPrincipalGroupMembership], ADException
+ FullyQualifiedErrorId : 1,Microsoft.ActiveDirectory.Management.
Commands.AddADPrincipalGroupMembership


ScriptStackTrace:
at , : line 82


Microsoft.ActiveDirectory.Management.ADException: Could not add member(s) 
to one or more ADGroup.
   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(
ErrorRecord errorRecord)
fatal: [ansible01.domain.DEV]: FAILED! => {
"changed": false,
"msg": "Unhandled exception while executing module: Could not add 
member(s) to one or more ADGroup."
}




On Monday, February 10, 2020 at 4:22:50 PM UTC-5, Jesse Lyon wrote:
>
> 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 wrote:
>>
>> 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 solves your issue.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f537749f-19ae-4d6d-835c-c12c0f29ba4f%40googlegroups.com.


[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: 
(Microsoft.Activ...ement.ADGroup[]:ADGroup[]) 
[Add-ADPrincipalGroupMembership], ADException
+ FullyQualifiedErrorId : 
1,Microsoft.ActiveDirectory.Management.Commands.AddADPrincipalGroupMembership

ScriptStackTrace:
at , : line 82

Microsoft.ActiveDirectory.Management.ADException: Could not add member(s) 
to one or more ADGroup.
   at 
System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord
 
errorRecord)
fatal: [d1dwansible01.COLUMBUSCHILDRENS.DEV]: FAILED! => {
"changed": false,
"msg": "Unhandled exception while executing module: Could not add 
member(s) to one or more ADGroup."
}




On Monday, February 10, 2020 at 4:22:50 PM UTC-5, Jesse Lyon wrote:
>
> 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 wrote:
>>
>> 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 solves your issue.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a1b24de2-81a2-4481-a5fc-d8c324d393b8%40googlegroups.com.


[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 wrote:
>
> 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 solves your issue.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ca0398f3-64a8-4fd9-932a-acc648cf20aa%40googlegroups.com.


[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 
solves your issue.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5394d5c5-036b-42e1-a415-1599791d8d6c%40googlegroups.com.