From 8aed31f4e399eaac848fb61b8a7132a5e825d7bf Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 2 Sep 2023 14:39:08 -0400 Subject: [PATCH] Docs/authorized_key: clarify that the path key should probably NOT be set --- plugins/modules/authorized_key.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/authorized_key.py b/plugins/modules/authorized_key.py index 424ee4a..46db3b3 100644 --- a/plugins/modules/authorized_key.py +++ b/plugins/modules/authorized_key.py @@ -28,8 +28,9 @@ options: required: true path: description: - - Alternate path to the authorized_keys file. - - When unset, this value defaults to I(~/.ssh/authorized_keys). + - Alternative path to the authorized_keys file. + - Most of the time, it's not necessary to set this key. + - Use the path to your target authorized_keys if you need to explicitly point on it. type: path manage_dir: description: