diff --git a/library/packaging/openbsd_pkg b/library/packaging/openbsd_pkg index a987c5829ad..b8527ab004a 100644 --- a/library/packaging/openbsd_pkg +++ b/library/packaging/openbsd_pkg @@ -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.