diff options
Diffstat (limited to 'lib/ansible/modules/network/ios/ios_facts.py')
-rw-r--r-- | lib/ansible/modules/network/ios/ios_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/network/ios/ios_facts.py b/lib/ansible/modules/network/ios/ios_facts.py index 6a93dc7971..5c3ff8dae3 100644 --- a/lib/ansible/modules/network/ios/ios_facts.py +++ b/lib/ansible/modules/network/ios/ios_facts.py @@ -58,7 +58,7 @@ options: a specific subset should not be collected. Valid subsets are 'all', 'interfaces', 'l2_interfaces', 'vlans', 'lag_interfaces', 'lacp', 'lacp_interfaces', 'lldp_global', - 'lldp_interfaces', 'l3_interfaces', 'acl_interfaces'. + 'lldp_interfaces', 'l3_interfaces', 'acl_interfaces', 'static_routes'. version_added: "2.9" """ |