From d17726bae9814e8163f685dd6fa42d857a3e873e 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 --- lib/ansible/modules/system/authorized_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/authorized_key.py b/lib/ansible/modules/system/authorized_key.py index 4d2af6a3bcc..38a8b96d83f 100644 --- a/lib/ansible/modules/system/authorized_key.py +++ b/lib/ansible/modules/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: