mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add state attribute to description
This commit is contained in:
@@ -40,6 +40,11 @@ options:
|
||||
name:
|
||||
description:
|
||||
- Domain name to create
|
||||
state:
|
||||
description:
|
||||
- Indicate desired state of the resource
|
||||
choices: ['present', 'absent']
|
||||
default: present
|
||||
ttl:
|
||||
description:
|
||||
- Time to live of domain in seconds
|
||||
|
||||
Reference in New Issue
Block a user