[PR #10409/a36ad54b backport][stable-11] doc style adjustments: modules i* (#10411)

doc style adjustments: modules i* (#10409)

(cherry picked from commit a36ad54b53)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-07-14 15:34:39 +02:00 committed by GitHub
commit 27377140d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 305 additions and 306 deletions

View file

@ -24,7 +24,7 @@ options:
api_url:
description:
- URL of the ipify.org API service.
- C(?format=json) will be appended per default.
- C(?format=json) is appended by default.
type: str
default: https://api.ipify.org/
timeout:
@ -34,7 +34,7 @@ options:
default: 10
validate_certs:
description:
- When set to V(false), SSL certificates will not be validated.
- When set to V(false), SSL certificates are not validated.
type: bool
default: true
notes: