mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
[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 4517b86ed4)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
0e73d6a593
commit
dbcd0dc497
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ short_description: Retrieve facts for a device using SNMP
|
|||
description:
|
||||
- Retrieve facts for a device using SNMP. The facts are inserted to the RV(ansible_facts) key.
|
||||
requirements:
|
||||
- pysnmp
|
||||
- pysnmp < 6.2.4 - that version removed components used by this module.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
- community.general.attributes.facts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue