From 56568177765f8de30f5515da5552701b78d76527 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 18 Apr 2013 22:43:14 -0400 Subject: [PATCH] Fixup authorized key documentation formatting --- library/authorized_key | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/authorized_key b/library/authorized_key index fe88003823a..e56912727ee 100644 --- a/library/authorized_key +++ b/library/authorized_key @@ -44,7 +44,7 @@ options: description: - Alternate path to the authorized_keys file required: false - default: "/home/user/.ssh/authorized_keys" + default: "(homedir)+/.ssh/authorized_keys" version_added: "1.2" manage_dir: description: @@ -59,7 +59,8 @@ options: required: false choices: [ "present", "absent" ] default: "present" -description: "Advanced usage with an alternate AuthorizedKeysFile configuration" +description: + - "adds or removes authorized keys for particular user accounts" author: Brad Olson '''