Hi

I'm trying to select a set of objects where an attribute (of type list) is 
not empty.

mylist:
  - name: name1
    list: []
  - name: name2
    list:
      - item1
      - item2


There seems to be no jinja2 test (in the documentation at least) that 
allows one to test on empty / notempty.

I want to be able to do something like:

mylist|selectattr( 'list', 'notempty' )

Is there a nice Ansible/Jinja2 trick that I'm missing that can do what I 
want?

Thanks
Mark

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7d3f3621-4e7d-4d5f-ae0b-c7b4e36227fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to