summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-04-25 14:42:52 -0400
committerBrian Coca <brian.coca+git@gmail.com>2016-04-25 14:43:05 -0400
commit4549ea5e8550217412e032ed0340e9d4a0b38923 (patch)
tree544588025d5aced1bd1ed9cb16f09bf2e8e4a105
parentb1641ec48613a4bef851e63cfd4b6ea975510fc9 (diff)
downloadansible-modules-core-4549ea5e8550217412e032ed0340e9d4a0b38923.tar.gz
removed incorrect defaults from docs
-rw-r--r--system/authorized_key.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/authorized_key.py b/system/authorized_key.py
index 1df21b4c..dfb0b1b2 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