win_snmp: Fixed example documentation (#58222) (#58261)

pull/58270/head
Michael Cassaniti 5 years ago committed by jhawkesworth
parent 75ca8eb42f
commit 372b896ed1

@ -46,9 +46,9 @@ EXAMPLES = r'''
tasks: tasks:
- name: Replace SNMP communities and managers - name: Replace SNMP communities and managers
win_snmp: win_snmp:
communities: community_strings:
- public - public
managers: permitted_managers:
- 192.168.1.2 - 192.168.1.2
action: set action: set
@ -56,9 +56,9 @@ EXAMPLES = r'''
tasks: tasks:
- name: Replace SNMP communities and clear managers - name: Replace SNMP communities and clear managers
win_snmp: win_snmp:
communities: community_strings:
- public - public
managers: [] permitted_managers: []
action: set action: set
''' '''

Loading…
Cancel
Save