Merge pull request #848 from edwlarkey/devel
Fix typo in authorized key module documentation.
This commit is contained in:
commit
be78422792
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ options:
|
|||
authorized_keys file. Multiple keys can be specified in a single
|
||||
key= string value by separating them by newlines.
|
||||
required: false
|
||||
choices: [ yes", "no" ]
|
||||
choices: [ "yes", "no" ]
|
||||
default: "no"
|
||||
version_added: "1.9"
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue