Perfect!

I didn't realize the indentation had to be outside the module parameter, 
the example I was using was poorly written it seems.

I appreciate the help Stefan!

--
Jess

On Tuesday, February 11, 2020 at 12:51:14 PM UTC-5, Stefan Hornburg (Racke) 
wrote:
>
> On 2/11/20 6:44 PM, Jesse Lyon wrote: 
> > So, 
> > 
> > I'm having fits with when conditionals matching strings 
> > No matter what I do, it applies each conditional, the combination of the 
> variables doesn't seem to count for ... anything. 
> > 
> > what the heck am I doing wrong? additionally, is there a better way to 
> do this? 
>
> Hello Jessie, 
>
> it looks like your indentation is wrong. when is a task parameter and not 
> a module parameter: 
>
> - name: ... 
>   win_domain_group: 
>     domain_server:"{{ h_domain_server }}" 
>     ... 
>   when: share_fim_managed =="yes"andshare_azure_managed =="no" 
>
> Regards 
>          Racke 
>
> > 
> > | 
> >   -name:H -SetFIM Flag-RW 
> >     win_domain_group: 
> >       when:share_fim_managed =="yes"andshare_azure_managed =="no" 
> >       domain_server:"{{ h_domain_server }}" 
> >       domain_username:"{{ h_domain_username }}" 
> >       domain_password:"{{ h_domain_password }}" 
> >       scope:global 
> >       name:"{{ h_g_prefix }}{{ g_name }}{{suffix_RW}}" 
> >       attributes: 
> >         NCHIDMMGI:FIM Managed-'{{ dateformat }}' 
> >   
> >   -name:H -SetAzureFlag-RW 
> >     win_domain_group: 
> >       domain_server:"{{ h_domain_server }}" 
> >       domain_username:"{{ h_domain_username }}" 
> >       domain_password:"{{ h_domain_password }}" 
> >       scope:global 
> >       name:"{{ h_g_prefix }}{{ g_name }}{{suffix_RW}}" 
> >       attributes: 
> >         NCHIDMMGI:AzureManaged-'{{ dateformat }}' 
> >       when:share_fim_managed =="no"andshare_azure_managed =="yes" 
> >   -name:R -SetFIM/AzureFlag-RW 
> >     win_domain_group: 
> >       domain_server:"{{ r_domain_server }}" 
> >       domain_username:"{{ r_domain_username }}" 
> >       domain_password:"{{ r_domain_password }}" 
> >       scope:global 
> >       protect:yes 
> >       name:"{{ r_g_prefix }}{{ g_name }}{{suffix_RW}}" 
> >       attributes: 
> >        NCHIDMMGI:FIM /AzureManaged-'{{ dateformat }}' 
> >       when:share_fim_managed =="yes"andshare_azure_managed =="yes" 
> > 
> > 
> > 
> > 
> > ## from the include file 
> > 
> > 
> > share_fim_managed:"no" 
> > share_azure_managed:"yes" 
> > | 
> > 
> > -- 
> > 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 
> > [email protected] <javascript:> <mailto:
> [email protected] <javascript:>>. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/ansible-project/220f3ee5-5c28-42ee-befa-429ffa43b249%40googlegroups.com
>  
> > <
> https://groups.google.com/d/msgid/ansible-project/220f3ee5-5c28-42ee-befa-429ffa43b249%40googlegroups.com?utm_medium=email&utm_source=footer>.
>  
>
>
>
> -- 
> Ecommerce and Linux consulting + Perl and web application programming. 
> Debian and Sympa administration. Provisioning with Ansible. 
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c3416b83-33de-44bc-a444-5fda1fe85184%40googlegroups.com.

Reply via email to