mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
snmp_facts: Fix typo in example docs (#28689)
This commit is contained in:
committed by
René Moser
parent
95eaa246aa
commit
550c00a745
@@ -70,7 +70,7 @@ EXAMPLES = '''
|
|||||||
# Gather facts with SNMP version 2
|
# Gather facts with SNMP version 2
|
||||||
- snmp_facts:
|
- snmp_facts:
|
||||||
host: '{{ inventory_hostname }}'
|
host: '{{ inventory_hostname }}'
|
||||||
version: 2c
|
version: v2c
|
||||||
community: public
|
community: public
|
||||||
delegate_to: local
|
delegate_to: local
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user