snmp_facts: Fix typo in example docs (#28689)

This commit is contained in:
Mike Rostermund 2017-08-26 11:09:02 +02:00 committed by René Moser
parent 95eaa246aa
commit 550c00a745

View file

@ -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