From 987ad8993ce33e2aa5962ca8cc821ebddd866d78 Mon Sep 17 00:00:00 2001 From: syquus Date: Wed, 2 Aug 2017 23:09:49 +0200 Subject: [PATCH] Typo on path return Value : "authorzied" (#27555) Seen on official documentation: http://docs.ansible.com/ansible/latest/authorized_key_module.html --- 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 8e7c8c90d2c..041ad4cf0d1 100644 --- a/lib/ansible/modules/system/authorized_key.py +++ b/lib/ansible/modules/system/authorized_key.py @@ -172,7 +172,7 @@ key_option: type: string sameple: null keyfile: - description: Path for authorzied key file. + description: Path for authorized key file. returned: success type: string sameple: /home/user/.ssh/authorized_keys