You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I'm new to ansible. I'm debugging a called to win_unzip that is hanging. I see other users having the same problem with no resolution. I've diagnosed it down to the generated powershell script calling Expand-Archive. If I pull the generated script and run it in powershell it pops up a dialog prompting me to merge the extract with the contents of the directory.
Is there an option I can pass in to force the overwrite?
Trond Hindenes
unread,
Aug 18, 2016, 5:30:52 PM8/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
what's yor OS/PowerShell version?
J Hawkesworth
unread,
Aug 22, 2016, 9:29:17 AM8/22/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I'd try and organise things so that there's no need to merge the contents of the directory (probably by removing the contents of the directory first using win_file state: absent.)