Hi

How can i use win_unzip ? i am getting such error:

ERROR: win_unzip is not a legal parameter in an Ansible task or handler

     - name: Unzip the IIS file into each directory
       win_unzip: 
         src: "{{windows.mount_point}}\\attribution_web"
         dest: "D:\\{{item}}\\bin"
       with_items:
            - api
            - click
            - imp

-- 
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/f936d086-b95b-4380-a014-f9915892be81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to