Maybe I was a tad over zealous in my last post. Basically what I am trying 
to do is gather a bunch of entries about multiple files such that I get the 
following information returned so that I can then iterate over it and call 
a different module using the "path" and gather the information using 
win_file_version.

 {
                "name": "Create USB Recovery",
                "path": "C:\\Windows\\System32\\RecoveryDrive.exe"
            },
            {
                "name": "Task Manager",
                "path": "C:\\WINDOWS\\system32\\taskmgr.exe"
},

I have looked at the win_environment.ps1 file, but I don't see that it adds 
multiple entries to the returned data. I know I am doing a pisspoor excuse 
explaining what I am trying to do, but any help could be appreciated. 

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c165e386-2244-41c0-93d9-b2c23b4305f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to