Skip to content

Commit

Permalink
snmp_facts: Fix typo in example docs (ansible#28689)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike authored and resmo committed Aug 26, 2017
1 parent 95eaa24 commit 550c00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/net_tools/snmp_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# Gather facts with SNMP version 2
- snmp_facts:
host: '{{ inventory_hostname }}'
version: 2c
version: v2c
community: public
delegate_to: local
Expand Down

0 comments on commit 550c00a

Please sign in to comment.