From 4549ea5e8550217412e032ed0340e9d4a0b38923 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 25 Apr 2016 14:42:52 -0400 Subject: [PATCH] removed incorrect defaults from docs --- system/authorized_key.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/authorized_key.py b/system/authorized_key.py index 1df21b4c764..dfb0b1b207e 100644 --- a/system/authorized_key.py +++ b/system/authorized_key.py @@ -33,12 +33,10 @@ options: description: - The username on the remote host whose authorized_keys file will be modified required: true - default: null key: description: - The SSH public key(s), as a string or (since 1.9) url (https://github.com/username.keys) required: true - default: null path: description: - Alternate path to the authorized_keys file