When running salt '*' win_wua.list install=True
no updates are installed but the Windows OS still shows pending updates
SaltProject: 3006.x
Aria Config: All versions (see above)
The Salt module calls out to the Windows Update Agent to do the actual updates. Sometimes the agent can get stuck leaving updates in a "pending" status.
Use cmd.run to execute "USOClient StartInteractiveScan" on the Windows machine, which will install the updates