Hi,

I'm wondering if anyone might know how I would use the standard
ansible filters to create a new variable from an existing variable.

I would like to take a list of items

list1:
  - foo
  - bar
  - baz


and convert it into a list of dictionaries with a "name" key

list2:
  - name: foo
  - name: bar
  - name: baz


Any ideas?

Thanks,
-tim

-- 
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/CAB0Zv8gaKcWUS3yNyv6Z%3DfsGVXHpv%2BeVbJxEj1EfemsX2rH75Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to