Merge pull request #848 from edwlarkey/devel

Fix typo in authorized key module documentation.
This commit is contained in:
Brian Coca 2015-02-25 10:08:11 -05:00
commit be78422792

View file

@ -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: