Compare commits

..

1 commit

Author SHA1 Message Date
Alfonso Escribano Merino
190df965e7
Merge 6782f88e39 into 795d8e34e7 2024-03-29 23:13:16 +00:00
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 required: true
path: path:
description: description:
- Alternative path to the authorized_keys file. - Alternate 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. - When unset, this value defaults to I(~/.ssh/authorized_keys).
- 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 type: path
manage_dir: manage_dir:
description: description: