doc style adjustments: modules [ab]* (#10350)

* doc style adjustments: modules [ab]*

* Update plugins/modules/btrfs_subvolume.py

* Update plugins/modules/aerospike_migrations.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/aix_filesystem.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/bigpanda.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* aix_filesystems: roll back wording for `filesystem` description

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-07-08 06:50:35 +12:00 committed by GitHub
commit 7a4448d45c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 74 additions and 77 deletions

View file

@ -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