Re: [ansible-project] Ansible parse variables with special characters

2019-01-28 Thread Eric Dunn
I had ame issue. Try escaping dollar sign X : '\${name} --loglevel = \${loglevel}, --type=\${type}' Thank you, Eric Dunn Senior DevOPS Support Engineer IPConfigure, Inc t: 877-207-1112 ext. 104 e: eric.d...@ipconfigure.com www.ipconfigure.com The content of this email is confidential and

Re: [ansible-project] Ansible parse variables with special characters

2019-01-28 Thread Kai Stian Olstad
On 28.01.2019 18:31, pnagaraj7...@gmail.com wrote: I need to pass certain strings with special characters like $ to variables. I was able to parse by providing the values in single quotes or using \ when the string contains a single $ . Ex below x is my variable. X : '${name}' --> this works.

[ansible-project] Ansible parse variables with special characters

2019-01-28 Thread pnagaraj7656
I need to pass certain strings with special characters like $ to variables. I was able to parse by providing the values in single quotes or using \ when the string contains a single $ . Ex below x is my variable. X : '${name}' --> this works. But when my variable value is complex containing