Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win_updates: Async doesn't work on 2008 and 2008 R2, doesn't work on 2008 #38364

Closed
jborean93 opened this issue Apr 5, 2018 · 2 comments · Fixed by #38708
Closed

win_updates: Async doesn't work on 2008 and 2008 R2, doesn't work on 2008 #38364

jborean93 opened this issue Apr 5, 2018 · 2 comments · Fixed by #38708
Labels
affects_2.5 This issue/PR affects Ansible v2.5 bug This issue/PR relates to a bug. module This issue/PR relates to a module. support:core This issue/PR relates to code supported by the Ansible Engineering Team. windows Windows community

Comments

@jborean93
Copy link
Contributor

ISSUE TYPE
  • Bug Report
COMPONENT NAME

win_updates

ANSIBLE VERSION
2.5
CONFIGURATION

N/A

OS / ENVIRONMENT

Server 2008 not using Basic or CredSSP breaks the module altogether (become doesn't work)
Server 2008 and 2008 R2 won't work with async at all

SUMMARY

In Ansible 2.5 we changed the win_updates module to always run on become. This has the unfortunately side effect of breaking async for all Server 2008 and 2008 R2 hosts as async and become doesn't work on those hosts. It also breaks it on Server 2008 when not using basic or CredSSP auth as become doesn't work.

We may ultimately need to re-add in the scheduled tasks again and go on that path if become is not explicitly set.

@ansibot
Copy link
Contributor

ansibot commented Apr 5, 2018

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Apr 5, 2018

@ansibot ansibot added affects_2.5 This issue/PR affects Ansible v2.5 bug This issue/PR relates to a bug. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. windows Windows community labels Apr 5, 2018
@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label Apr 6, 2018
@ansible ansible locked and limited conversation to collaborators May 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.5 This issue/PR affects Ansible v2.5 bug This issue/PR relates to a bug. module This issue/PR relates to a module. support:core This issue/PR relates to code supported by the Ansible Engineering Team. windows Windows community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants