mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 07:30:20 -07:00
fix linode typo
This commit is contained in:
parent
1609dfbca4
commit
970997c764
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Indicate desired state of the resource
|
- Indicate desired state of the resource
|
||||||
choices: ['present', 'active', 'started', absent', 'deleted', 'stopped', 'restarted']
|
choices: ['present', 'active', 'started', 'absent', 'deleted', 'stopped', 'restarted']
|
||||||
default: present
|
default: present
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue