mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00: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:
committed by
Jordan Borean
parent
3955e528b1
commit
7d221c4663
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user