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