On Sun, 16 May 2021 01:35:46 -0700
Scott Mcdermott <[email protected]> wrote:

> I cannot use a default because this whole thing is relying
> on whether it's defined or not later to take different actions.
> the fuller example is:
> 
> - name: determine_subnet
>   when: >
>     project == project_bake
>     or hostvars[target].ipnet is defined
>   set_fact:
>     subnet: '{{
>       (project == project_bake) | ternary(
>         subnet_bake, determined_subnet
>     )}}'

What value of *subnet* do you want to set when '(project !=
project_bake) and (determined_subnet is undefined)' ?

-- 
Vladimir Botka

-- 
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/20210516225102.2bd7f13f%40gmail.com.

Attachment: pgpjRCkiid4eL.pgp
Description: OpenPGP digital signature

Reply via email to