mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-17 18:35:26 -07:00
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:
parent
5ef1cad64f
commit
7a4448d45c
21 changed files with 74 additions and 77 deletions
|
@ -42,12 +42,12 @@ options:
|
|||
type: str
|
||||
force:
|
||||
description:
|
||||
- If V(true), any modified files in the working tree will be discarded.
|
||||
- If V(true), any modified files in the working tree is discarded.
|
||||
type: bool
|
||||
default: false
|
||||
executable:
|
||||
description:
|
||||
- Path to bzr executable to use. If not supplied, the normal mechanism for resolving binary paths will be used.
|
||||
- Path to C(bzr) executable to use. If not supplied, the normal mechanism for resolving binary paths is used.
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue