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
|
||||
- snmp_facts:
|
||||
host: '{{ inventory_hostname }}'
|
||||
version: 2c
|
||||
version: v2c
|
||||
community: public
|
||||
delegate_to: local
|
||||
|
||||
|
|
Loading…
Reference in a new issue