im having bizarre issue 

having simple list 

servers:
 - serverA
 - serverB

when using simple join
 "{{ servers | join(',') }}"  
i get:  "serverA,serverB"

what i actually need to get is a string like this
final: '("serverA","serverB")'

i tried multiple ways on using join but i never get the string with each 
element quoted

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/bb9d7651-410b-4a66-97e9-44459f6c117bn%40googlegroups.com.

Reply via email to