Hi,
in a json file we have this escaped quoted part:
{
inputs: {
"value": "my \" value \" is here"
[ .. ]
this json file is read from extra var at command line: -e "@inputs.json"
then a template jinja use it and create another json file . The j2
template use {{ inputs.value }} which become: "my value is here"
-> protected quotes have disappeared, which make our final system to hang.
How to prevent this?
Regards
--
-----------------
Gaétan
Only doctor Who can reboot the universe.}}
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/6ca7e7be-e930-44c7-1591-288d9e148f07%40gmail.com.