From 7d221c4663dd9342c8976f3c8a5a87dfce404e2d Mon Sep 17 00:00:00 2001 From: Jake Jackson Date: Mon, 14 May 2018 15:55:23 -0400 Subject: [PATCH] updating win_chocolatey.py docs examples (#40101) Edit to the notepadplusplus example. Removed `.install` as per chocolatey documentation, the package is just notepadplusplus. docs found here: https://chocolatey.org/packages/notepadplusplus +label: docsite_pr --- lib/ansible/modules/windows/win_chocolatey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_chocolatey.py b/lib/ansible/modules/windows/win_chocolatey.py index 262aca6e018..8dd8e537310 100644 --- a/lib/ansible/modules/windows/win_chocolatey.py +++ b/lib/ansible/modules/windows/win_chocolatey.py @@ -150,7 +150,7 @@ EXAMPLES = r''' - name: Install notepadplusplus version 6.6 win_chocolatey: - name: notepadplusplus.install + name: notepadplusplus version: '6.6' - name: Install git from specified repository