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

-- 
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/d4d5b7b0-3ee9-49c9-bdcd-cc13cac7cb30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to