Commit 58d72b28 by Michael DeHaan

Fixup authorized key documentation formatting

parent adac8f53
......@@ -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
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment