Skip to content

Commit dbcd0dc

Browse files
[PR #11185/4517b86e backport][stable-12] snmp_facts: update docs with dependency constraint (#11187)
snmp_facts: update docs with dependency constraint (#11185) (cherry picked from commit 4517b86) Co-authored-by: Alexei Znamensky <[email protected]>
1 parent 0e73d6a commit dbcd0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/snmp_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
description:
1616
- Retrieve facts for a device using SNMP. The facts are inserted to the RV(ansible_facts) key.
1717
requirements:
18-
- pysnmp
18+
- pysnmp < 6.2.4 - that version removed components used by this module.
1919
extends_documentation_fragment:
2020
- community.general.attributes
2121
- community.general.attributes.facts

0 commit comments

Comments
 (0)