Skip to content

Commit a5feef9

Browse files
russozpatchback[bot]
authored andcommitted
snmp_facts: update docs with dependency constraint (#11185)
(cherry picked from commit 4517b86)
1 parent 0e73d6a commit a5feef9

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)