From 4517b86ed4258889846c4f32cd738121e5e69731 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:46:58 +1300 Subject: [PATCH] snmp_facts: update docs with dependency constraint (#11185) --- plugins/modules/snmp_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/snmp_facts.py b/plugins/modules/snmp_facts.py index bb301105c6..38da04214f 100644 --- a/plugins/modules/snmp_facts.py +++ b/plugins/modules/snmp_facts.py @@ -15,7 +15,7 @@ short_description: Retrieve facts for a device using SNMP description: - Retrieve facts for a device using SNMP. The facts are inserted to the RV(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