Fix typo in authorized key module documentation.
Added opening double quotepull/4420/head
parent
b9984b1dfe
commit
d17726bae9
|
@ -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 New Issue