Fixing win_updates example for listing available updates.
This commit is contained in:
parent
479f99678b
commit
9f9615f62a
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