mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in authorized key module documentation.
Added opening double quote
This commit is contained in:
parent
b9984b1dfe
commit
d17726bae9
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
|
authorized_keys file. Multiple keys can be specified in a single
|
||||||
key= string value by separating them by newlines.
|
key= string value by separating them by newlines.
|
||||||
required: false
|
required: false
|
||||||
choices: [ yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
default: "no"
|
default: "no"
|
||||||
version_added: "1.9"
|
version_added: "1.9"
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue