summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_facts.py')
-rw-r--r--plugins/modules/vyos_facts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/modules/vyos_facts.py b/plugins/modules/vyos_facts.py
index b878c239..01c43c2e 100644
--- a/plugins/modules/vyos_facts.py
+++ b/plugins/modules/vyos_facts.py
@@ -38,6 +38,8 @@ options:
initial C(M(!)) to specify that a specific subset should not be collected.
required: false
default: '!config'
+ type: list
+ elements: str
gather_network_resources:
description:
- When supplied, this argument will restrict the facts collected to a given subset.
@@ -48,6 +50,8 @@ options:
'lldp_global', 'lldp_interfaces', 'static_routes', 'firewall_rules', 'firewall_global',
'firewall_interfaces', 'ospfv3', 'ospfv2'.
required: false
+ type: list
+ elements: str
"""
EXAMPLES = """