mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Fix typo
This commit is contained in:
parent
fb471fc0a8
commit
9199f56d80
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ DOCUMENTATION = '''
|
||||||
module: snmp_facts
|
module: snmp_facts
|
||||||
version_added: "1.9"
|
version_added: "1.9"
|
||||||
author: "Patrick Ogenstad (@ogenstad)"
|
author: "Patrick Ogenstad (@ogenstad)"
|
||||||
short_description: Retrive facts for a device using SNMP.
|
short_description: Retrieve facts for a device using SNMP.
|
||||||
description:
|
description:
|
||||||
- Retrieve facts for a device using SNMP, the facts will be
|
- Retrieve facts for a device using SNMP, the facts will be
|
||||||
inserted to the ansible_facts key.
|
inserted to the ansible_facts key.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue