> IF remove cancel out (control-c) the Ansible process on the management host > and I do a “choco list -lo” on the managed host I get a warning: > > “[Pending] Removing incomplete install for ‘cleanup’” > > That would seem to hint that the chocolatey was processing the CleanUp! > package? > > Any recommendations on what to try/do next? >
Took CleanUp! out of the package installation and upgrade tasks and now all win_chocolatey tasks complete. Another chocolatey package I maintain EasyLog USB <https://chocolatey.org/packages/easylogusb>, it also uses AutoIt for installation/updates <https://github.com/basictheprogram/chocolatey-EasyLogUSB/blob/master/tools/chocolateyinstall.ps1> and the win_chocolatey update task hangs on this package too. So it looks like win_chocolatey modules has problem interacting with AutoIt? -- 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/7459AAE2-8BB3-485C-B5B7-33C035221817%40tanners.org. For more options, visit https://groups.google.com/d/optout.
