On Saturday, 20 October 2018 17:59:07 CEST Dmitriy Panteleyev wrote:
> Is there a way to modify this so that the item to the right of the equal 
> sign was quoted?
> 
> So...  one="wan", two="too", three="tree"

You can always use Jinja template

  - debug: msg="{% for k, v in test.iteritems() %}{{ k }}="{{ v }}"{% if not 
loop.last %}, {% endif %}{% endfor %}"

-- 
Kai Stian Olstad


-- 
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/2579372.oObVpghzk8%40x1.
For more options, visit https://groups.google.com/d/optout.

Reply via email to