[ansible-project] Re: regex_replace filter

2019-04-06 Thread Sri Krishna G
Please ignore this issue. It was a mistake in the next part of the play book that is causing the port to come twice. On Sunday, April 7, 2019 at 1:03:34 AM UTC+5:30, Sri Krishna G wrote: > > I have a list of strings like : > > [hosts] > 10.100.0.1 > 10.100.0.2 > 10.100.0.3 > > I am following

[ansible-project] Re: regex_replace filter is not working

2016-10-08 Thread Venkata Jaswanth U
Found the issue. I was using blockinfile module. The regex_replace usage in question is sent to the 'block' parameter. It was using a multi line string using |. That was automatically escaping the second argument. On Thursday, October 6, 2016 at 9:39:02 PM UTC+5:30, Venkata Jaswanth U wrote: