1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

updating win_chocolatey.py docs examples (#40101)

<!--- 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
This commit is contained in:
Jake Jackson 2018-05-14 15:55:23 -04:00 committed by Jordan Borean
parent 3955e528b1
commit 7d221c4663

View file

@ -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