mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 15:21:27 +00:00
fix the spelling of vim's flavor in the example
This commit is contained in:
@@ -77,7 +77,7 @@ EXAMPLES = '''
|
||||
- openbsd_pkg: name=nmap state=present build=yes
|
||||
|
||||
# Specify a pkg flavour with '--'
|
||||
- openbsd_pkg: name=vim--nox11 state=present
|
||||
- openbsd_pkg: name=vim--no_x11 state=present
|
||||
|
||||
# Specify the default flavour to avoid ambiguity errors
|
||||
- openbsd_pkg: name=vim-- state=present
|
||||
|
||||
Reference in New Issue
Block a user