summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-05-15 06:43:03 +1000
committerGitHub <noreply@github.com>2018-05-15 06:43:03 +1000
commit37fcd689e5b5d38295e727321b46c8be15f1c8f3 (patch)
tree8532c5a9b995fa532fd95f51dc80e1ed45710198
parentbd27c950f3735b3d22915ba997a3d62282c153d2 (diff)
downloadansible-37fcd689e5b5d38295e727321b46c8be15f1c8f3.tar.gz
updating win_chocolatey.py docs examples (#40101) (#40106)
<!--- Your description here --> 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)
-rw-r--r--lib/ansible/modules/windows/win_chocolatey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/windows/win_chocolatey.py b/lib/ansible/modules/windows/win_chocolatey.py
index c663358395..33dca07c50 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