I use json to compact my docker environment variables, the problem is that
the docker module parser splits on ',' character to signify a new key/value
pair, meaning that more than one key doesn't work. eg
docker: env='options={"foo":"bar"}' //ok
docker: env='options={"foo":"bar","baz":"qux"}' //error because of comma
Is it possible to add an escape for the comma, eg '\,' or ',,' ?
Also, where do you see the latest docker module code? I found this link but
it says its been merged into the main repository.
https://github.com/cove/docker-ansible/blob/master/docker-ansible.py
--
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/69fe3bf1-6a74-484c-b997-8c07dd229478%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.