Compare commits

..

No commits in common. "d36a289deb74a8b188c462bfb767feed4feb50b3" and "795d8e34e71f37f1a74d8621e3d2cab5cfe2f797" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

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

View file

@ -28,10 +28,8 @@ options:
required: true
path:
description:
- 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.
- Alternate path to the authorized_keys file.
- When unset, this value defaults to I(~/.ssh/authorized_keys).
type: path
manage_dir:
description: