[PR #11981/de42aec7 backport][stable-12] Improve module docs (#11986)

Improve module docs (#11981)

* Fix _facts module documentation.

* Get rid of some more 'type: complex'.

(cherry picked from commit de42aec78b)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2026-05-03 10:16:42 +00:00
committed by GitHub
parent c2c1899359
commit 82555713b7
25 changed files with 297 additions and 266 deletions

View File

@@ -51,11 +51,16 @@ EXAMPLES = r"""
"""
RETURN = r"""
ipify_public_ip:
description: Public IP of the internet gateway.
ansible_facts:
description: The returned facts.
returned: success
type: str
sample: 1.2.3.4
type: dict
contains:
ipify_public_ip:
description: Public IP of the internet gateway.
returned: success
type: str
sample: 1.2.3.4
"""
import json