mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Use semantic markup (modules r-s) (#6683)
* Use semantic markup. * Use 'ignore:' for alias reference. * Ignore sanity errors for older ansible-core versions. * Improve markup for RHSM modules. Co-authored-by: Pino Toscano <ptoscano@redhat.com> * 'ignore:' is no longer needed. * E() now works better. --------- Co-authored-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
45eb1e3915
commit
eff0cb0ed9
49 changed files with 311 additions and 303 deletions
|
@ -36,7 +36,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- Disk partitioning strategy
|
||||
- If not specified, it will fallback to C(auto).
|
||||
- If not specified, it will fallback to V(auto).
|
||||
choices:
|
||||
- auto
|
||||
- manual
|
||||
|
@ -53,7 +53,7 @@ options:
|
|||
image:
|
||||
type: str
|
||||
description:
|
||||
- image to use for the instance. Can be an C(id), C(human_id) or C(name)
|
||||
- image to use for the instance. Can be an C(id), C(human_id) or C(name).
|
||||
required: true
|
||||
key_name:
|
||||
type: str
|
||||
|
@ -113,7 +113,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- Data to be uploaded to the servers config drive. This option implies
|
||||
I(config_drive). Can be a file path or a string
|
||||
O(config_drive). Can be a file path or a string
|
||||
wait:
|
||||
description:
|
||||
- wait for the scaling group to finish provisioning the minimum amount of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue