parent
75ca8eb42f
commit
372b896ed1
1 changed files with 4 additions and 4 deletions
|
@ -46,9 +46,9 @@ EXAMPLES = r'''
|
|||
tasks:
|
||||
- name: Replace SNMP communities and managers
|
||||
win_snmp:
|
||||
communities:
|
||||
community_strings:
|
||||
- public
|
||||
managers:
|
||||
permitted_managers:
|
||||
- 192.168.1.2
|
||||
action: set
|
||||
|
||||
|
@ -56,9 +56,9 @@ EXAMPLES = r'''
|
|||
tasks:
|
||||
- name: Replace SNMP communities and clear managers
|
||||
win_snmp:
|
||||
communities:
|
||||
community_strings:
|
||||
- public
|
||||
managers: []
|
||||
permitted_managers: []
|
||||
action: set
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue