mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add python 2.5 requirement and ansible 2.1 version_added
This commit is contained in:
parent
056a532d75
commit
7f1ccad39b
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue