meraki_admin - Add documentation for tags and network access (#51415)

* Add documentation for tags and network access
* Documentation changes from dag and sam
* Change examples to include proper YAML and not dict
* Update lib/ansible/modules/network/meraki/meraki_admin.py

Co-Authored-By: kbreit <kevin.breit@kevinbreit.net>
This commit is contained in:
Kevin Breit 2019-03-23 08:29:08 -05:00 committed by Alicia Cozine
commit bcbcd209f4
2 changed files with 47 additions and 1 deletions

View file

@ -57,7 +57,8 @@
orgAccess: none
tags:
- { "tag": "production", "access": "read-only" }
- { "tag": "beta", "access": "full" }
- tag: beta
access: full
delegate_to: localhost
register: create_tags