[ansible-devel] Re: Ansible Contributor Summit 2021.03

2021-03-15 Thread Carol Chen
Hi, *Ansible Contributor Summit 2021.03* was held last Tuesday (March 9, 2021). Here is a Contributor Survey that we have put together: https://www.surveymonkey.co.uk/r/SGT9RYY Please take a couple of minutes to fill in the survey , whether you have atten

[ansible-devel] Extracting value from ansible play

2021-03-15 Thread Heman Malve
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... --