mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix typo in authorized key module documentation.
Added opening double quote
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user