summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-02-12 09:31:45 -0500
committerBrian Coca <brian.coca+git@gmail.com>2015-02-12 09:31:45 -0500
commit55b06568b0d02965808071141f0126a9d0cd30ae (patch)
treec7056d3ff3c6429b03b42ae5d592fd3fa9fa832e
parentb82055f021b351c37723c3b10b6bf066942296cd (diff)
downloadansible-modules-core-55b06568b0d02965808071141f0126a9d0cd30ae.tar.gz
added note that url src is only avaialable from 1.9 on
-rw-r--r--system/authorized_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/authorized_key.py b/system/authorized_key.py
index 4ca4f30f..4d2af6a3 100644
--- a/system/authorized_key.py
+++ b/system/authorized_key.py
@@ -37,7 +37,7 @@ options:
aliases: []
key:
description:
- - The SSH public key(s), as a string or url (https://github.com/username.keys)
+ - The SSH public key(s), as a string or (since 1.9) url (https://github.com/username.keys)
required: true
default: null
path: