mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-20 09:21:24 -07:00
[PR #9526/d325cfc3 backport][stable-10] o*: style adjustments (#9566)
o*: style adjustments (#9526)
* o*: style adjustments
* apply recommendations from review
* Update plugins/modules/one_vm.py
* fix example
* adjustment from review
* Update plugins/modules/one_vm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit d325cfc343
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
7542b5429b
commit
e32515889b
31 changed files with 196 additions and 173 deletions
|
@ -44,8 +44,8 @@ options:
|
|||
type: str
|
||||
build:
|
||||
description:
|
||||
- Build the package from source instead of downloading and installing a binary. Requires that the port source tree is already installed.
|
||||
Automatically builds and installs the C(sqlports) package, if it is not already installed.
|
||||
- Build the package from source instead of downloading and installing a binary. Requires that the port source tree is
|
||||
already installed. Automatically builds and installs the C(sqlports) package, if it is not already installed.
|
||||
- Mutually exclusive with O(snapshot).
|
||||
type: bool
|
||||
default: false
|
||||
|
@ -63,8 +63,8 @@ options:
|
|||
type: path
|
||||
clean:
|
||||
description:
|
||||
- When updating or removing packages, delete the extra configuration file(s) in the old packages which are annotated with @extra in the
|
||||
packaging-list.
|
||||
- When updating or removing packages, delete the extra configuration file(s) in the old packages which are annotated
|
||||
with C(@extra) in the packaging-list.
|
||||
type: bool
|
||||
default: false
|
||||
quick:
|
||||
|
@ -73,8 +73,8 @@ options:
|
|||
type: bool
|
||||
default: false
|
||||
notes:
|
||||
- When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly to the O(name)
|
||||
option.
|
||||
- When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly
|
||||
to the O(name) option.
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue