1
0
Fork 0
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:
ericdost 2018-10-31 17:20:53 -04:00 committed by ansibot
parent d590f10d32
commit ee7bbe1044

View file

@ -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