Merge pull request #1872 from nonshankus/win_updates_comment
Fixing win_updates example for listing available updates.
This commit is contained in:
commit
218f11f7c4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ EXAMPLES = '''
|
||||||
win_updates: category_names=SecurityUpdates
|
win_updates: category_names=SecurityUpdates
|
||||||
|
|
||||||
# Search-only, return list of found updates (if any), log to c:\ansible_wu.txt
|
# 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 = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in a new issue