diff --git a/plugins/modules/snmp_facts.py b/plugins/modules/snmp_facts.py index 17c7bbd032..bb879bd46a 100644 --- a/plugins/modules/snmp_facts.py +++ b/plugins/modules/snmp_facts.py @@ -17,7 +17,7 @@ short_description: Retrieve facts for a device using SNMP description: - Retrieve facts for a device using SNMP, the facts are inserted to the C(ansible_facts) key. requirements: - - pysnmp + - pysnmp < 6.2.4 - that version removed components used by this module. extends_documentation_fragment: - community.general.attributes - community.general.attributes.facts