mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
win_updates: fix regression when using string cat names (#36015)
This commit is contained in:
@@ -43,8 +43,7 @@
|
||||
- name: search for updates with log output (check)
|
||||
win_updates:
|
||||
state: searched
|
||||
category_names:
|
||||
- CriticalUpdates
|
||||
category_names: CriticalUpdates
|
||||
log_path: '{{win_updates_dir}}/update.log'
|
||||
register: update_search_with_log_check
|
||||
check_mode: yes
|
||||
|
||||
Reference in New Issue
Block a user