mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
The sshkey option is available in version 2.7 and above (#46103)
This commit is contained in:
parent
7a747341fb
commit
8213096b7f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the SSH public key to configure
|
- Specifies the SSH public key to configure
|
||||||
for the given username. This argument accepts a valid SSH key value.
|
for the given username. This argument accepts a valid SSH key value.
|
||||||
version_added: "2.6"
|
version_added: "2.7"
|
||||||
nopassword:
|
nopassword:
|
||||||
description:
|
description:
|
||||||
- Defines the username without assigning
|
- Defines the username without assigning
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue