Fixing win_updates example for listing available updates.
This commit is contained in:
parent
2430e295a6
commit
30d76cd37c
1 changed files with 1 additions and 1 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Reference in a new issue