-
-
Notifications
You must be signed in to change notification settings - Fork 248
ansible-zabbix-agent fails on Unzip on Windows with Ansible 2.9.x #291
Comments
I'll try to investigate this a bit more, as I know the Windows support is best effort! :) |
Ok, I tracked down the issue to the fact that the URL I'm using to download the package contains a redirect (302, Moved permanently). Now, it does look like the win_get_url operation, is only downloading the HTTP response (372 bytes) instead of following the redirect to download. I'll investigate a bit more. |
So using "follow_redirects: all" on the download task is the approach. |
I opened a bug report with Ansible: ansible/ansible#65556 |
I'll close this, as this is clearly an Ansible issue that's going to be fixed in 2.9.3. |
Hi @rnsc I've reopened this issue so I know that I need to update the documentation. Thank you for providing comments and a solution/workaround. 👍 |
Documented it. |
@dj-wasabi FYI, Ansible 2.9.3 was released a few days ago fixing the mentioned issue. :) |
Describe the bug
I have the following issue with Ansible 2.9.1 and zabbix-agent 2.1.0 (Ansible Galaxy):
This happens on this task:
Installation method/version
Ansible Version
Targetted hosts
Concerns the following OS(es):
Expected behavior
I have no issues on Ansible 2.8. So something must have changed, but I didn't see anything in the Porting Guide for 2.9 in that regard.
The text was updated successfully, but these errors were encountered: