mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-14 13:09:11 -07:00
Add state attribute to description
This commit is contained in:
parent
c5f54a94f8
commit
7b3aa5c205
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Domain name to create
|
- Domain name to create
|
||||||
|
state:
|
||||||
|
description:
|
||||||
|
- Indicate desired state of the resource
|
||||||
|
choices: ['present', 'absent']
|
||||||
|
default: present
|
||||||
ttl:
|
ttl:
|
||||||
description:
|
description:
|
||||||
- Time to live of domain in seconds
|
- Time to live of domain in seconds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue