Hi
I have string in a file that contains lot of special characters. how to replace that string using ansible modules.
From
$base_url = ‘http://’ . $_SERVER[‘SERVER_NAME’];
To
$base_url = ‘http://server1.abc.com’;
Can some one help on this.
Thanks
Dev