mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-29 06:43:08 +00:00
multiple modules: fixed markups in doc (#5227)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user