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