diff --git a/plugins/modules/snmp_facts.py b/plugins/modules/snmp_facts.py index a87e1d33a1..d40a70d329 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 will be 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