add example for 'search_paths' option (#65731)

credit to GoneWacko, see #51190 for reference
This commit is contained in:
Nicolas Quiniou-Briand 2020-01-03 16:04:28 +01:00 committed by Alicia Cozine
parent 5e38d5a6dd
commit 51570526a9

View file

@ -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'''