Re: [ansible-project] jinja help

2018-02-13 Thread Kai Stian Olstad
On Tuesday, 13 February 2018 20.01.05 CET John Harmon wrote: > 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

[ansible-project] jinja help

2018-02-13 Thread John Harmon
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