mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
snmp_facts: Fix typo in example docs (#28689)
This commit is contained in:
parent
95eaa246aa
commit
550c00a745
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue