mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 22:09:08 -07:00
xyz*: style adjustments (#9513)
This commit is contained in:
parent
33b9ad09d5
commit
7c54c70301
19 changed files with 188 additions and 163 deletions
|
@ -20,9 +20,9 @@ attributes:
|
|||
check_mode:
|
||||
support: partial
|
||||
details:
|
||||
- In certain situations it may report a task as changed that will not be reported as changed when C(check_mode) is disabled.
|
||||
- For example, this might occur when the zpool C(altroot) option is set or when a size is written using human-readable notation, such as
|
||||
V(1M) or V(1024K), instead of as an unqualified byte count, such as V(1048576).
|
||||
- In certain situations it may report a task as changed that is not reported as changed when C(check_mode) is disabled.
|
||||
- For example, this might occur when the zpool C(altroot) option is set or when a size is written using human-readable
|
||||
notation, such as V(1M) or V(1024K), instead of as an unqualified byte count, such as V(1048576).
|
||||
diff_mode:
|
||||
support: full
|
||||
options:
|
||||
|
@ -33,8 +33,8 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- Whether to create (V(present)), or remove (V(absent)) a file system, snapshot or volume. All parents/children will be created/destroyed
|
||||
as needed to reach the desired state.
|
||||
- Whether to create (V(present)), or remove (V(absent)) a file system, snapshot or volume. All parents/children are
|
||||
created/destroyed as needed to reach the desired state.
|
||||
choices: [absent, present]
|
||||
required: true
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue