From 7d4127b40ce899b43180df68d84ec6adcda20c0e Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Mon, 19 Aug 2019 07:56:36 -0700 Subject: based on ansible/ansible 843a51628b49d7aaa1447616fe0fcdf6a4ec7b1a --- plugins/modules/vyos_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/modules/vyos_facts.py') diff --git a/plugins/modules/vyos_facts.py b/plugins/modules/vyos_facts.py index 6ceb234..561b149 100644 --- a/plugins/modules/vyos_facts.py +++ b/plugins/modules/vyos_facts.py @@ -54,7 +54,7 @@ options: specific subset should not be collected. required: false version_added: "2.9" - choices: ['all', 'interfaces', '!interfaces', 'l3_interfaces', '!l3_interfaces', 'lag_interfaces', '!lag_interfaces'] + choices: ['all', 'interfaces', '!interfaces', 'l3_interfaces', '!l3_interfaces', 'lag_interfaces', '!lag_interfaces', 'lldp_global', '!lldp_global'] """ EXAMPLES = """ -- cgit v1.2.3