Re: [ansible-project] do-until loop with find function and regulare expression

2017-09-13 Thread Narahari 'n' Savitha
It worked. Thank You. On Wednesday, September 13, 2017 at 1:10:22 PM UTC-4, Kai Stian Olstad wrote: > > On 13. sep. 2017 17:42, Narahari 'n' Savitha wrote: > > Is that function find coming from Python ? > > yes > > > > Where can I find more documentation on that find command to see if it >

Re: [ansible-project] do-until loop with find function and regulare expression

2017-09-13 Thread Kai Stian Olstad
On 13. sep. 2017 17:42, Narahari 'n' Savitha wrote: Is that function find coming from Python ? yes Where can I find more documentation on that find command to see if it can match regex ? Python docs. But it doesn't support regexp, only string. What you are looking for is regexp filters

[ansible-project] do-until loop with find function and regulare expression

2017-09-13 Thread Narahari 'n' Savitha
Freinds: Thank you for your time and attention on this, in advance. I have the following do-until loop and I am trying to understand how to match regurlar experssions. ... ... shell: "curl -sk -m 2 http://localhost:8080/Log4JControl/version.jsp; register: result