Is it possible to do a full Windows Feature Update? It doesnt appear these have a KB attached to them and I dont see a way to specify GUID.
Thanks in advance
Ryan
Is it possible to do a full Windows Feature Update? It doesnt appear these have a KB attached to them and I dont see a way to specify GUID.
Thanks in advance
Ryan
Not through the win_updates module [1] and I doubt it will be added at any point in the future due to the lack of a public API. What you need to do is source the update file yourself and use either win_command or win_package to manually install it.
[1] - https://github.com/ansible-collections/ansible.windows/issues/87