From 4298003ac8567d94f52579a2ca56b1ccad179c4b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 22:44:05 +0100 Subject: [PATCH] [PR #11185/4517b86e backport][stable-11] snmp_facts: update docs with dependency constraint (#11188) snmp_facts: update docs with dependency constraint (#11185) (cherry picked from commit 4517b86ed4258889846c4f32cd738121e5e69731) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- 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 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