mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
Use semantic markup (modules d-g) (#6672)
* Use semantic markup. * 'ignore:' is no longer needed. * E() now works better.
This commit is contained in:
parent
6fc1df9b83
commit
2ed82e0318
34 changed files with 307 additions and 306 deletions
|
@ -34,7 +34,7 @@ options:
|
|||
type: str
|
||||
pubkey:
|
||||
description:
|
||||
- SSH public key value. Required when I(state=present).
|
||||
- SSH public key value. Required when O(state=present).
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
|
@ -44,9 +44,9 @@ options:
|
|||
type: str
|
||||
force:
|
||||
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 I(name) exists.
|
||||
- The default is V(true), which will replace the existing remote key
|
||||
if it is different than O(pubkey). If V(false), the key will only be
|
||||
set if no key with the given O(name) exists.
|
||||
type: bool
|
||||
default: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue