From 37fcd689e5b5d38295e727321b46c8be15f1c8f3 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 15 May 2018 06:43:03 +1000 Subject: [PATCH] updating win_chocolatey.py docs examples (#40101) (#40106) 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 (cherry picked from commit 7d221c4663dd9342c8976f3c8a5a87dfce404e2d) --- 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 c6633583951..33dca07c50c 100644 --- a/lib/ansible/modules/windows/win_chocolatey.py +++ b/lib/ansible/modules/windows/win_chocolatey.py @@ -163,7 +163,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