mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
[PR #10350/7a4448d4 backport][stable-11] doc style adjustments: modules [ab]* (#10360)
doc style adjustments: modules [ab]* (#10350)
* doc style adjustments: modules [ab]*
* Update plugins/modules/btrfs_subvolume.py
* Update plugins/modules/aerospike_migrations.py
* Update plugins/modules/aix_filesystem.py
* Update plugins/modules/bigpanda.py
* aix_filesystems: roll back wording for `filesystem` description
---------
(cherry picked from commit 7a4448d45c
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
0781f49673
commit
c164c2634c
21 changed files with 74 additions and 77 deletions
|
@ -47,8 +47,8 @@ options:
|
|||
version_added: 1.0.0
|
||||
repository:
|
||||
description:
|
||||
- A package repository or multiple repositories. Unlike with the underlying apk command, this list will override the
|
||||
system repositories rather than supplement them.
|
||||
- A package repository or multiple repositories. Unlike with the underlying apk command, this list overrides the system
|
||||
repositories rather than supplement them.
|
||||
type: list
|
||||
elements: str
|
||||
state:
|
||||
|
@ -79,7 +79,7 @@ options:
|
|||
version_added: 5.4.0
|
||||
notes:
|
||||
- O(name) and O(upgrade) are mutually exclusive.
|
||||
- When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly
|
||||
- When used with a C(loop:) each package is processed individually, it is much more efficient to pass the list directly
|
||||
to the O(name) option.
|
||||
"""
|
||||
|
||||
|
@ -164,7 +164,7 @@ packages:
|
|||
description: A list of packages that have been changed.
|
||||
returned: when packages have changed
|
||||
type: list
|
||||
sample: ['package', 'other-package']
|
||||
sample: ["package", "other-package"]
|
||||
"""
|
||||
|
||||
import re
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue