Not sure about your second question, but as for your first, this should 
work.

when: ansible_hostname | lower | search ("sql-db") == False

No idea where I found it originally, i just dug through my own scripts for 
an example.

On Tuesday, February 13, 2018 at 2:01:05 PM UTC-5, John Harmon wrote:
>
> I need to take this and do the opposite:
> when: ansible_hostname | lower | search ("sql-db")
>
> ie: when: not(ansible_hostname | lower | search ("ebs-db"))
>
> Is there a good place to find out what I can/can't do for this kind of 
> stuff (maybe even just a cheat sheet)?  I don't know anything about jinja 
> and don't know the best place to start.  Also, how would you change the 
> above to exclude "sql-db" when in the ansible_hostname fact?
>
>

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3e7c06af-df7a-4449-a42b-a758c8362c78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to