add python 2.5 requirement and ansible 2.1 version_added

reviewable/pr18780/r1
Scott Bonds 9 years ago
parent 5b555b9347
commit 2b69a2b14c

@ -31,6 +31,7 @@ version_added: "1.1"
short_description: Manage packages on OpenBSD. short_description: Manage packages on OpenBSD.
description: description:
- Manage packages on OpenBSD using the pkg tools. - Manage packages on OpenBSD using the pkg tools.
requirements: [ "python >= 2.5" ]
options: options:
name: name:
required: true required: true
@ -52,12 +53,14 @@ options:
a binary. Requires that the port source tree is already installed. a binary. Requires that the port source tree is already installed.
Automatically builds and installs the 'sqlports' package, if it is Automatically builds and installs the 'sqlports' package, if it is
not already installed. not already installed.
version_added: "2.1"
ports_dir: ports_dir:
required: false required: false
default: /usr/ports default: /usr/ports
description: description:
- When used in combination with the 'build' option, allows overriding - When used in combination with the 'build' option, allows overriding
the default ports source directory. the default ports source directory.
version_added: "2.1"
''' '''
EXAMPLES = ''' EXAMPLES = '''

Loading…
Cancel
Save