diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-02-08 22:14:27 +0100 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-02-08 22:14:27 +0100 |
commit | 3f2f5fec0a105193892fdbe12bda5836df5dbf1a (patch) | |
tree | bd3148bdb47550a5c9050edc01b39083b5b95b81 | |
parent | Merge pull request #5912 from risaacson/issue5739_5 (diff) | |
parent | fix linode typo (diff) | |
download | ansible-3f2f5fec0a105193892fdbe12bda5836df5dbf1a.tar.xz ansible-3f2f5fec0a105193892fdbe12bda5836df5dbf1a.zip |
Merge pull request #5911 from fly/fix_linode_typo
add missing ' in Linode documentation
-rw-r--r-- | library/cloud/linode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cloud/linode b/library/cloud/linode index deb7a9f367..830fb18acf 100644 --- a/library/cloud/linode +++ b/library/cloud/linode @@ -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: |