add example for 'search_paths' option (#65731)
credit to GoneWacko, see #51190 for reference
This commit is contained in:
parent
5e38d5a6dd
commit
51570526a9
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ EXAMPLES = r'''
|
|||
- name: Reboot a slow machine that might have lots of updates to apply
|
||||
reboot:
|
||||
reboot_timeout: 3600
|
||||
|
||||
- name: Reboot a machine with shutdown command in unusual place
|
||||
reboot:
|
||||
search_paths:
|
||||
- '/lib/molly-guard'
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
|
|
Loading…
Reference in a new issue