mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -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
|
@ -167,7 +167,7 @@ instances:
|
|||
type: str
|
||||
sample: 42.10.2.2
|
||||
expired_time:
|
||||
description: The time the instance will expire.
|
||||
description: The time the instance expires.
|
||||
returned: always
|
||||
type: str
|
||||
sample: "2099-12-31T15:59Z"
|
||||
|
@ -341,7 +341,7 @@ ids:
|
|||
description: List of ECS instance IDs.
|
||||
returned: always
|
||||
type: list
|
||||
sample: [i-12345er, i-3245fs]
|
||||
sample: ["i-12345er", "i-3245fs"]
|
||||
"""
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule, missing_required_lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue