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]
> <mailto:[email protected]>.
> 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/0e55e946-a68f-59f8-da3b-d42d39f9bd2d%40linuxia.de.
signature.asc
Description: OpenPGP digital signature
