mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-08 10:35:22 +01:00
Compare commits
4 commits
ce7793f820
...
33beeda9e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33beeda9e0 | ||
|
|
795d8e34e7 | ||
|
|
b615d61fae | ||
|
|
aca116d989 |
2 changed files with 6 additions and 4 deletions
|
|
@ -178,8 +178,8 @@ stages:
|
|||
targets:
|
||||
- name: RHEL 9.3
|
||||
test: rhel/9.3
|
||||
- name: FreeBSD 13.2
|
||||
test: freebsd/13.2
|
||||
- name: FreeBSD 13.3
|
||||
test: freebsd/13.3
|
||||
- stage: Remote_2_16
|
||||
displayName: Remote 2.16
|
||||
dependsOn: []
|
||||
|
|
|
|||
|
|
@ -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 P(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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue