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 1b44e59 commit eeb9f3bCopy full SHA for eeb9f3b
plugins/modules/snmp_facts.py
@@ -17,7 +17,7 @@
17
description:
18
- Retrieve facts for a device using SNMP, the facts are inserted to the C(ansible_facts) key.
19
requirements:
20
- - pysnmp
+ - pysnmp < 6.2.4 - that version removed components used by this module.
21
extends_documentation_fragment:
22
- community.general.attributes
23
- community.general.attributes.facts
0 commit comments