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:
parent
3955e528b1
commit
7d221c4663
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue