Hi, These two link may help you
1) http://docs.ansible.com/ansible/win_get_url_module.html 2) http://docs.ansible.com/ansible/win_unzip_module.html Thanks, On Tuesday, April 18, 2017 at 7:33:04 PM UTC+5:30, Suporter wrote: > > ansiblers any help? > > On Tuesday, April 4, 2017 at 6:31:19 PM UTC+5:30, Suporter wrote: >> >> i am downloading zip files from an url, i am using with_items for list of >> zip files in that location, i want to do a task (extract) for only the file >> downloaded. Since i am new to ansible i cant think of anything other than >> using with_items for downloading files, but i dont know how to make use of >> notify here, if i use notify below with_items how it will invoke only the >> file it has downloaded. To summarise , i want to download zip files which >> are changed, extract only the files which are downloaded and install only >> the files which are extracted. Since with_items has all the files listed in >> it , how can i achieve this workflow in ansible >> >> -- 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/32c493b4-ce52-4163-8ce4-475dc13bd709%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
