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: