From 4db27877bf3af99f982f471f8580d4f4b61e10c7 Mon Sep 17 00:00:00 2001 From: Edward Larkey Date: Wed, 25 Feb 2015 09:00:31 -0600 Subject: [PATCH] Fix typo in authorized key module documentation. Added opening double quote --- system/authorized_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/authorized_key.py b/system/authorized_key.py index 4d2af6a3bcc..38a8b96d83f 100644 --- a/system/authorized_key.py +++ b/system/authorized_key.py @@ -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: