Merge pull request #5911 from fly/fix_linode_typo
add missing ' in Linode documentation
This commit is contained in:
commit
3f2f5fec0a
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…
Reference in a new issue