[ansible-project] Re: How to pass list of arguments that contains = signs to raw command ?

2015-05-28 Thread Paul Tötterman
raw: docker run {{ container_commands[container_name] }} registry:2.0 raw: Executes a low-down and dirty SSH command, not going through the module subsystem. This is useful and should only be done in two cases. The first case is installing python-simplejson on older (Python 2.4 and

[ansible-project] Re: How to pass list of arguments that contains = signs to raw command ?

2015-05-28 Thread Patrick Debois
Have you tried command or shell? Yes I did, I guess it's a general security safeguard . But how to express/escape it correctly. I now work around through generating a script file through a template and executing that. But I guess there must be a more elegant way? -- You received this

Re: [ansible-project] Re: How to pass list of arguments that contains = signs to raw command ?

2015-05-28 Thread Toshio Kuratomi
Your example seems to work with command instead of raw: $ ansible-playbook --version ansible-playbook 1.9.1 configured module search path = None $ ansible-playbook /var/tmp/equal.yml PLAY [localhost] ** GATHERING FACTS