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

Fix examples from status to state
(cherry picked from commit ee7bbe1044)
This commit is contained in:
Kevin Breit 2018-11-02 13:12:21 -05:00 committed by Alicia Cozine
parent 62a028e7d0
commit 9079095815

View file

@ -66,20 +66,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