Improve module docs (#11981)

* Fix _facts module documentation.

* Get rid of some more 'type: complex'.
This commit is contained in:
Felix Fontein
2026-05-03 12:01:08 +02:00
committed by GitHub
parent 88c13b8108
commit de42aec78b
25 changed files with 297 additions and 266 deletions

View File

@@ -40,8 +40,8 @@ EXAMPLES = r"""
RETURN = r"""
ansible_facts:
description: "Dictionary of IP geolocation facts for a host's IP address."
returned: changed
type: complex
returned: success
type: dict
contains:
ip:
description: "Public IP address of a host."