mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-10 03:25:22 +01:00
Compare commits
No commits in common. "d36a289deb74a8b188c462bfb767feed4feb50b3" and "795d8e34e71f37f1a74d8621e3d2cab5cfe2f797" have entirely different histories.
d36a289deb
...
795d8e34e7
2 changed files with 2 additions and 7 deletions
|
|
@ -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)."
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue