mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 08:34:21 -07:00
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:
|
||||
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…
Add table
Add a link
Reference in a new issue