We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e73d6a commit dbcd0dcCopy full SHA for dbcd0dc
plugins/modules/snmp_facts.py
@@ -15,7 +15,7 @@
15
description:
16
- Retrieve facts for a device using SNMP. The facts are inserted to the RV(ansible_facts) key.
17
requirements:
18
- - pysnmp
+ - pysnmp < 6.2.4 - that version removed components used by this module.
19
extends_documentation_fragment:
20
- community.general.attributes
21
- community.general.attributes.facts
0 commit comments