mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-10 11:35:20 +01:00
Compare commits
1 commit
9242b756cd
...
cb6b5f91ef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb6b5f91ef |
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