mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
fix the spelling of vim's flavor in the example
This commit is contained in:
parent
255c4b01a8
commit
ffc291bc9a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ EXAMPLES = '''
|
||||||
- openbsd_pkg: name=nmap state=present build=yes
|
- openbsd_pkg: name=nmap state=present build=yes
|
||||||
|
|
||||||
# Specify a pkg flavour with '--'
|
# 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
|
# Specify the default flavour to avoid ambiguity errors
|
||||||
- openbsd_pkg: name=vim-- state=present
|
- openbsd_pkg: name=vim-- state=present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue