Skip to content

Commit

Permalink
Merge pull request ansible#7774 from mwpher/devel
Browse files Browse the repository at this point in the history
[openbsd-pkg] Add note regarding package flavors
  • Loading branch information
jimi-c committed Jun 16, 2014
2 parents d1c9c94 + 1272015 commit df15990
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions library/packaging/openbsd_pkg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ EXAMPLES = '''
# Make sure nmap is not installed
- 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.
Expand Down

0 comments on commit df15990

Please sign in to comment.