Team,

 During ansible play one of the debug variable as shown below
ok: [hostname] => {
       "variable name": [
              "value"
      ]
}

/tmp/"{{value}}" ==> /tmp/\"[u'value']\"
I want to use only value instead of u, \, [] now and expecting output as 
/tmp/value ; please suggest...

-- 
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/4d9f73a3-d315-4ee8-bd81-de46fd1a9663n%40googlegroups.com.

Reply via email to