HI All,

I have a list of files in C:\Users\xxxuser\Downloads\ ,I am trying to find 
out if i can pull the list of files/folders present in windows on the 
ansible node.

i have the below playbook which doesnt give any error nd doesn't give me a 
list,

- hosts: windows

  tasks:

  - name: Find Files in Path

    win_find:

      paths: C:\Users\xxxuser\Downloads\
      age: 2h


Thanks
Deepak

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d7027f1c-152e-4818-bc48-9df08df8de47n%40googlegroups.com.

Reply via email to