> > >   when: "{{ disable_service_controls|
> > >             default(false) }}" == false  

> >     when: disable_service_controls|
> >           default(false)|
> >           bool

On Sun, 7 Jun 2020 12:29:48 -0400
Vishwas Govekar <[email protected]> wrote:
> Does the script look good
> [...]
>       when: "disable_service_controls is not defined or
>              disable_service_controls == false"

No. It does not. This one (in the previous email) looks good

        when: disable_service_controls|
              default(false)|
              bool
--

-- 
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/20200607203322.34a6bad4%40gmail.com.

Attachment: pgpJ4LQTK4R15.pgp
Description: OpenPGP digital signature

Reply via email to