Merge pull request #7774 from mwpher/devel
[openbsd-pkg] Add note regarding package flavors
This commit is contained in:
commit
df15990e0c
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Make sure nmap is not installed
|
# Make sure nmap is not installed
|
||||||
- openbsd_pkg: name=nmap state=absent
|
- openbsd_pkg: name=nmap state=absent
|
||||||
|
|
||||||
|
# Specify a pkg flavour with '--'
|
||||||
|
- openbsd_pkg: name=vim--nox11 state=present
|
||||||
|
|
||||||
|
# Getting ambiguity errors?
|
||||||
|
# Specify the default flavour:
|
||||||
|
- openbsd_pkg: name=vim-- state=present
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# Control if we write debug information to syslog.
|
# Control if we write debug information to syslog.
|
||||||
|
|
Loading…
Reference in a new issue