From 8b2d61b4369c0e9ab8000cbb9b8b0e48ebd2b002 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 22:44:07 +0100 Subject: [PATCH] [PR #11185/4517b86e backport][stable-10] snmp_facts: update docs with dependency constraint (#11186) 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 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