Le 2018-08-22 14:00, Veena a écrit :
Hi,
I'm using Ansible 2.5 and trying to escape single quote in a string.
This string will be passed as argument to shell command.
regex_replace("'", "\'") is giving error.
- set_fact:
default_passphrase: "{{ Secrete123'!#) | regex_replace('"'"',
'"\'"') }}"
Please suggest how to achieve this.
Thanks,
-Veena
What do you want to do ?
Perhaps set a specific default password
Did you try this ?
- set_fact:
default_passphrase: "Secrete123\\'!#)"
--
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/29d419f503e6dc53599e6d471824ffbe%40lenhof.eu.org.
For more options, visit https://groups.google.com/d/optout.