Discussion:
[ansible-project] win_unzip hanging
Guillaume Querso
2015-07-15 11:24:53 UTC
Permalink
hi all,

I am using ansible to unzip files on a windows 2008 R2 server. My playbook
was working fine but for an unknown reason, the win_unzip module is now
never ending. i am running ansible 1.9.2.
Thank you for your help!!
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9ae9e225-dabd-41ed-87d8-70e36ddacbfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
J Hawkesworth
2015-07-15 13:53:36 UTC
Permalink
Hi Guillaume,

A few things you could try.

Run with -vvvvv to see if the module is being run.

2/ set
ANSIBLE_KEEP_REMOTE_FILES=1 on your controller before running your playbook.

This will then not delete the powershell scripts so you can log into the
affected machine and run them directly in powershell

3/ check event log for errors.

Hopefully you can find out what the problem is using the above.

Jon
Post by Guillaume Querso
hi all,
I am using ansible to unzip files on a windows 2008 R2 server. My playbook
was working fine but for an unknown reason, the win_unzip module is now
never ending. i am running ansible 1.9.2.
Thank you for your help!!
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/80dcb003-53c9-45da-84d5-25bc73b85c05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Guillaume Querso
2015-07-16 11:16:28 UTC
Permalink
hi jon,

unfortunately, nothing works to solve the problem... is there anything new
on the domain access? because it would make things a lot easier for me
(and the windows community)!!!

Thanks
Post by J Hawkesworth
Hi Guillaume,
A few things you could try.
Run with -vvvvv to see if the module is being run.
2/ set
ANSIBLE_KEEP_REMOTE_FILES=1 on your controller before running your playbook.
This will then not delete the powershell scripts so you can log into the
affected machine and run them directly in powershell
3/ check event log for errors.
Hopefully you can find out what the problem is using the above.
Jon
Post by Guillaume Querso
hi all,
I am using ansible to unzip files on a windows 2008 R2 server. My
playbook was working fine but for an unknown reason, the win_unzip module
is now never ending. i am running ansible 1.9.2.
Thank you for your help!!
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/624c0525-8486-48d4-af6b-7592515eeb54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...