From 132c43a84fac78f3b0e3270f55419336dfbe40d3 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 12 Feb 2015 09:31:45 -0500 Subject: [PATCH] added note that url src is only avaialable from 1.9 on --- lib/ansible/modules/system/authorized_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/authorized_key.py b/lib/ansible/modules/system/authorized_key.py index 4ca4f30f32e..4d2af6a3bcc 100644 --- a/lib/ansible/modules/system/authorized_key.py +++ b/lib/ansible/modules/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: