mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update meraki_network.py (#47872)
Fix examples from status to state +label: docsite_pr
This commit is contained in:
parent
d590f10d32
commit
ee7bbe1044
1 changed files with 3 additions and 3 deletions
|
@ -72,20 +72,20 @@ EXAMPLES = r'''
|
|||
- name: List all networks associated to the YourOrg organization
|
||||
meraki_network:
|
||||
auth_key: abc12345
|
||||
status: query
|
||||
state: query
|
||||
org_name: YourOrg
|
||||
delegate_to: localhost
|
||||
- name: Query network named MyNet in the YourOrg organization
|
||||
meraki_network:
|
||||
auth_key: abc12345
|
||||
status: query
|
||||
state: query
|
||||
org_name: YourOrg
|
||||
net_name: MyNet
|
||||
delegate_to: localhost
|
||||
- name: Create network named MyNet in the YourOrg organization
|
||||
meraki_network:
|
||||
auth_key: abc12345
|
||||
status: present
|
||||
state: present
|
||||
org_name: YourOrg
|
||||
net_name: MyNet
|
||||
type: switch
|
||||
|
|
Loading…
Reference in a new issue