Update win_wait_for_process.py (#48816)

<!--- Your description here -->
Corrected pattern example.
+label: docsite_pr
pull/48771/head
Matthew Hellmer 6 years ago committed by Dag Wieers
parent 8066acc90c
commit 854e607535

@ -89,7 +89,7 @@ author:
EXAMPLES = r'''
- name: Wait 300 seconds for all Oracle VirtualBox processes to stop. (VBoxHeadless, VirtualBox, VBoxSVC)
win_wait_for_process:
process_name: 'v(irtual)?box(headless|svc)?'
process_name_pattern: 'v(irtual)?box(headless|svc)?'
state: absent
timeout: 500

Loading…
Cancel
Save