mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 11:20:22 -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
|
@ -44,7 +44,7 @@ options:
|
|||
ttl:
|
||||
description:
|
||||
- The TTL to give the new record.
|
||||
- Required when I(state=present).
|
||||
- Required when O(state=present).
|
||||
type: int
|
||||
type:
|
||||
description:
|
||||
|
@ -54,7 +54,7 @@ options:
|
|||
values:
|
||||
description:
|
||||
- The record values.
|
||||
- Required when I(state=present).
|
||||
- Required when O(state=present).
|
||||
type: list
|
||||
elements: str
|
||||
domain:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue