mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-07 16:59:11 -07:00
(cherry picked from commit 6e011f00f4
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
f2e1abfe5e
commit
3427e02fce
14 changed files with 20 additions and 20 deletions
|
@ -27,7 +27,7 @@ options:
|
|||
type: str
|
||||
pubkey:
|
||||
description:
|
||||
- SSH public key value. Required when C(state=present).
|
||||
- SSH public key value. Required when I(state=present).
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
|
@ -39,7 +39,7 @@ options:
|
|||
description:
|
||||
- The default is C(true), which will replace the existing remote key
|
||||
if it's different than C(pubkey). If C(false), the key will only be
|
||||
set if no key with the given C(name) exists.
|
||||
set if no key with the given I(name) exists.
|
||||
type: bool
|
||||
default: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue