Improve documentation. This way, antsiull-docs is mentioned the result values as 'facts' and not as regular return values.

This commit is contained in:
Felix Fontein 2020-10-26 20:24:31 +01:00
parent bbcf2f1010
commit fa4825ba5f

View file

@ -46,6 +46,11 @@ EXAMPLES = """
""" """
RETURN = """ RETURN = """
ansible_facts:
description: "Dictionary of ip geolocation facts for a host's IP address"
returned: always
type: dict
contains:
ansible_net_gather_subset: ansible_net_gather_subset:
description: The list of fact subsets collected from the device description: The list of fact subsets collected from the device
returned: always returned: always