Closed mikemadden42 closed 5 years ago
I plan on testing the following vagrant boxes with ansible 2.7.10
. I'll test them a box at and time locally and update this checklist.
Ran into an error on Windows 2012.
fatal: [tester-win12-64]: FAILED! => {"changed": false, "msg": "Invalid options for assert: not"}
to retry, use: --limit @/Users/madden/src/mikemadden42/beats-tester/elastic.retry
PLAY RECAP **************************************************************************************************************************************************************
tester-win12-64 : ok=41 changed=16 unreachable=0 failed=1```
Windows 2012 tests are stalling in this step:
TASK [common : Download package sha512 (windows)] ***********************************************************************************************************************
task path: /Users/madden/src/mikemadden42/beats-tester/roles/common/tasks/download.yml:6
Using module file /Users/madden/src/mikemadden42/beats-tester/ve/lib/python2.7/site-packages/ansible/modules/windows/win_get_url.ps1
<localhost> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5985 TO localhost
checking if winrm_host localhost is an IPv6 address
So it's hung up while connecting to the Windows host after upgrading Ansible versions? Or is hung while downloading?
If it's something to do with the connection maybe try the latest pywinrm package.
I'm retesting with ansible 2.8.1
. I'll test them a box at and time locally and update this checklist.
Jumping from
2.4.5
to2.7.10
introduces some deprecation warnings. I would vote we address the security issue in this PR and then open a new PR to address the deprecations.There are many warnings related to filters.