Minor cleanup of openbsd_pkg example comment

This commit is contained in:
James Cammarata 2014-06-16 11:35:57 -05:00
parent df15990e0c
commit ddb946beb1

View file

@ -57,8 +57,7 @@ EXAMPLES = '''
# Specify a pkg flavour with '--'
- openbsd_pkg: name=vim--nox11 state=present
# Getting ambiguity errors?
# Specify the default flavour:
# Specify the default flavour to avoid ambiguity errors
- openbsd_pkg: name=vim-- state=present
'''