We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_update - add the option to explicitly exclude certain category_names, while including all other categories.
ansible.windows.win_updates
It would allow me to ignore Windows Defender definition updates when scanning for updates to install.
--- - hosts: "{{ var_hosts }}" tasks: - name: Search available updates ansible.windows.win_updates: state: searched skip_optional: true # example option for excluding certain update categories: exclude_categories: DefinitionUpdates register: result - name: Output search result ansible.builtin.debug: var: result
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
win_update - add the option to explicitly exclude certain category_names, while including all other categories.
ISSUE TYPE
COMPONENT NAME
ansible.windows.win_updates
ADDITIONAL INFORMATION
It would allow me to ignore Windows Defender definition updates when scanning for updates to install.
The text was updated successfully, but these errors were encountered: