Is there a way to concatenate variables?

base:
  - a
  - b
  - c

extend:
  - x
  - y
  - z

Something like this?

together: 
  - "{{ base }""
  - extend

The above gives me

    "msg": "together [[u'a', u'b', u'c'], u'x', u'y', u'z']"



-- 
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/3918ceae-f9c1-4c62-8db1-2bf7a79fe948%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to