On 9 December 2013 07:22, Kahlil Hodgson <[email protected]> wrote:
>     perl -ane -F: 'print $F[0] if $F[1] > 499'

Arghhh! Not enough coffee. Got my index's wrong too. I should be

    perl -ane -F: 'print $F[0],"\n" if $F[2] > 499'

There is an open pull request for a 'capture' jinja filter that would
make all that unnecessary, but that should be discussed on the devel
list :-)

K

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to