mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Use semantic markup (modules d-g) (#6672)
* Use semantic markup. * 'ignore:' is no longer needed. * E() now works better.
This commit is contained in:
parent
6fc1df9b83
commit
2ed82e0318
34 changed files with 307 additions and 306 deletions
|
@ -32,7 +32,7 @@ options:
|
|||
type: str
|
||||
account_api_token:
|
||||
description:
|
||||
- Account API token. See I(account_email) for more information.
|
||||
- Account API token. See O(account_email) for more information.
|
||||
type: str
|
||||
domain:
|
||||
description:
|
||||
|
@ -77,7 +77,7 @@ options:
|
|||
solo:
|
||||
description:
|
||||
- Whether the record should be the only one for that record type and record name.
|
||||
- Only use with C(state) is set to C(present) on a record.
|
||||
- Only use with O(state) is set to V(present) on a record.
|
||||
type: 'bool'
|
||||
default: false
|
||||
sandbox:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue