Re: [ansible-project] find module to scan sub directories need help

2021-07-29 Thread Stefan Hornburg (Racke)
On 29/07/2021 21:02, Raja Natte wrote: Hi All, I am trying to find files in sub directory like  the first server path: /opt/test/x/y/z/file.txt  each server has different paths. I am using find module  it checking  for current directory as mention /opt/test* code:  - name: Get SSL path   ig

[ansible-project] find module to scan sub directories need help

2021-07-29 Thread Raja Natte
Hi All, I am trying to find files in sub directory like the first server path: /opt/test/x/y/z/file.txt each server has different paths. I am using find module it checking for current directory as mention /opt/test* code: - name: Get SSL path ignore_errors: false find: paths: /opt/t