Skip to content

Commit eeb9f3b

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

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
@@ -17,7 +17,7 @@
1717
description:
1818
- Retrieve facts for a device using SNMP, the facts are inserted to the C(ansible_facts) key.
1919
requirements:
20-
- pysnmp
20+
- pysnmp < 6.2.4 - that version removed components used by this module.
2121
extends_documentation_fragment:
2222
- community.general.attributes
2323
- community.general.attributes.facts

0 commit comments

Comments
 (0)