mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Fixing win_updates example for listing available updates.
This commit is contained in:
@@ -77,7 +77,7 @@ EXAMPLES = '''
|
||||
win_updates: category_names=SecurityUpdates
|
||||
|
||||
# Search-only, return list of found updates (if any), log to c:\ansible_wu.txt
|
||||
win_updates: category_names=SecurityUpdates status=searched log_path=c:/ansible_wu.txt
|
||||
win_updates: category_names=SecurityUpdates state=searched log_path=c:/ansible_wu.txt
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user