From f1f47d9a4070c13783f8da8e38e70f934e4749fd Mon Sep 17 00:00:00 2001 From: Jorgen Date: Tue, 16 Oct 2018 22:14:02 +0200 Subject: [PATCH] Fixed typo (#47139) +label: docsite_pr --- lib/ansible/modules/windows/win_updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_updates.py b/lib/ansible/modules/windows/win_updates.py index 0feb07cfc71..db20ea88c4b 100644 --- a/lib/ansible/modules/windows/win_updates.py +++ b/lib/ansible/modules/windows/win_updates.py @@ -148,7 +148,7 @@ EXAMPLES = r''' - KB4056892 - KB4073117 -- name: Exlude updates based on the update title +- name: Exclude updates based on the update title win_updates: category_name: - SecurityUpdates