From 992b81e8fc9b7810088a7a9fde636f814f38471a Mon Sep 17 00:00:00 2001 From: John F Leach Date: Wed, 25 Sep 2019 15:49:41 -0600 Subject: [PATCH] Added suffix note to process_name_exact parameter (#62849) ##### SUMMARY ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- lib/ansible/modules/windows/win_wait_for_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_wait_for_process.py b/lib/ansible/modules/windows/win_wait_for_process.py index 168a914b3cc..a26e2be5fe3 100644 --- a/lib/ansible/modules/windows/win_wait_for_process.py +++ b/lib/ansible/modules/windows/win_wait_for_process.py @@ -22,7 +22,7 @@ description: options: process_name_exact: description: - - The name of the process(es) for which to wait. + - The name of the process(es) for which to wait. The name of the process(es) should not include the file extension suffix. type: list process_name_pattern: description: