snmp_facts: Fix typo in example docs (#28689)

pull/28691/head
Mike Rostermund 7 years ago committed by René Moser
parent 95eaa246aa
commit 550c00a745

@ -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…
Cancel
Save