summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/network/ios/argspec/facts/facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/module_utils/network/ios/argspec/facts/facts.py')
-rw-r--r--lib/ansible/module_utils/network/ios/argspec/facts/facts.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ansible/module_utils/network/ios/argspec/facts/facts.py b/lib/ansible/module_utils/network/ios/argspec/facts/facts.py
index 6d09ec4892..00bc062b0f 100644
--- a/lib/ansible/module_utils/network/ios/argspec/facts/facts.py
+++ b/lib/ansible/module_utils/network/ios/argspec/facts/facts.py
@@ -22,7 +22,9 @@ class FactsArgs(object):
'all',
'!all',
'interfaces',
- '!interfaces'
+ '!interfaces',
+ 'l2_interfaces',
+ '!l2_interfaces'
]
argument_spec = {