You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Hi,
I'm deploying a docker container where I pass an env variable in the
docker module. The problem is that the parser cuts of a part of the
value because it contains '=' signs.
this is the part from the playbook :
env="LDAP_BIND_DN="cn=user,dc=domain,dc=local"
when I look at the env var in the configuration file after the
container has started i see following value :
cn=user
I assume the parser cuts everything off after first comma following a '=' sign.
Is there any way to escape this?
Vincent
Tomasz Kontusz
unread,
Nov 20, 2014, 11:12:18 AM11/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
You can use complex args, or try to escape the quotation mark that's part of the value with \\