Update meraki_network.py (#47872) (#47953)

Fix examples from status to state
(cherry picked from commit ee7bbe1044)
pull/48072/head
Kevin Breit 6 years ago committed by Alicia Cozine
parent 2f55215db2
commit 5273fc76c9

@ -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…
Cancel
Save