mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
YAML fix
This commit is contained in:
parent
b72109a04b
commit
231d9b101d
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ options:
|
||||||
- Indicate desired state of the target.
|
- Indicate desired state of the target.
|
||||||
required: true
|
required: true
|
||||||
choices: ['present', 'active', 'absent', 'deleted']
|
choices: ['present', 'active', 'absent', 'deleted']
|
||||||
client_id: description:
|
client_id:
|
||||||
|
description:
|
||||||
- Digital Ocean manager id.
|
- Digital Ocean manager id.
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue