mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-04 23:34:39 +02:00
Improve documentation. This way, antsiull-docs is mentioned the result values as 'facts' and not as regular return values.
This commit is contained in:
parent
bbcf2f1010
commit
fa4825ba5f
1 changed files with 110 additions and 105 deletions
|
@ -46,6 +46,11 @@ EXAMPLES = """
|
|||
"""
|
||||
|
||||
RETURN = """
|
||||
ansible_facts:
|
||||
description: "Dictionary of ip geolocation facts for a host's IP address"
|
||||
returned: always
|
||||
type: dict
|
||||
contains:
|
||||
ansible_net_gather_subset:
|
||||
description: The list of fact subsets collected from the device
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue