mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
|
||||
description:
|
||||
- Indicate desired state of the resource
|
||||
choices: ['present', 'active', 'started', absent', 'deleted', 'stopped', 'restarted']
|
||||
choices: ['present', 'active', 'started', 'absent', 'deleted', 'stopped', 'restarted']
|
||||
default: present
|
||||
api_key:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue