Complex args indeed fixed the issue. thx. On Thu, Nov 20, 2014 at 5:12 PM, Tomasz Kontusz <[email protected]> wrote: > You can use complex args, or try to escape the quotation mark that's part of > the value with \\ > > Vincent Van der Kussen <[email protected]> napisał: >> >> 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 > > > -- > Wysłane za pomocą K-9 Mail. > > -- > 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/ae8bd83b-8267-4c2f-ad81-af2f4a24e0ea%40email.android.com. > For more options, visit https://groups.google.com/d/optout.
-- 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/CAO3_%2BAFtqXK9QABE%3DJNhG3L7oe4%2B-mxQp%2BSzc%3DazTOV-guOJYA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
