Docs/authorized_key: clarify that the path key should probably NOT be set

This commit is contained in:
Sergey 2023-09-02 14:39:08 -04:00 committed by Hideki Saito
parent 795d8e34e7
commit 60c8d23c7f
No known key found for this signature in database
GPG Key ID: E50DE0C8CCAC6CC6
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,3 @@
---
bugfixes:
- "Bugfix in the documentation regarding the path option for authorised_key(https://github.com/ansible-collections/ansible.posix/issues/483)."

View File

@ -28,8 +28,10 @@ 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.
- The default value is the C(.ssh/authorized_keys) of the home of the user specified in the O(user) parameter.
- 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: