mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
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:
parent
fa82188147
commit
bcbcd209f4
2 changed files with 47 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue