1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-03 10:47:08 +00:00

docs style adjustments (#11037)

docs adjustments
This commit is contained in:
Alexei Znamensky 2025-11-07 10:29:44 +13:00 committed by GitHub
parent 3c42ec730d
commit c984b89667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@ description:
- This module supports sending arbitrary commands and returns the server response unchecked;
while it would be possible to write individual modules for specific KEA service commands,
that approach would not scale, as the FOSS hooks alone provide dozens of commands.
- Between sending the command and parsing the result status, RV(ignore:changed) will register as V(true) if an error occurs,
- Between sending the command and parsing the result status, RV(ignore:changed) registers as V(true) if an error occurs,
to err on the safe side.
version_added: '12.0.0'
author: Thorsten Glaser (@mirabilos)
@ -54,7 +54,7 @@ options:
description:
- The full pathname of the Unix Domain Socket to connect to.
- The default value is suitable for C(kea-dhcp4-server) on Debian trixie.
- This module directly interfacees via UDS; the HTTP wrappers are not supported.
- This module directly interfaces using UDS; the HTTP wrappers are not supported.
type: path
default: /run/kea/kea4-ctrl-socket
extends_documentation_fragment: