mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
meraki_admin - Add documentation about absent priority (#51766)
* Add documentation about absent priority * Remove 7 at the end of file
This commit is contained in:
committed by
Sandra McCann
parent
4d93c440b9
commit
f9f7b29a5a
@@ -45,7 +45,8 @@ options:
|
||||
- When creating a new administrator, C(org_name), C(network), or C(tags) must be specified.
|
||||
state:
|
||||
description:
|
||||
- Create or modify an organization
|
||||
- Create or modify, or delete an organization
|
||||
- If C(state) is C(absent), name takes priority over email if both are specified.
|
||||
choices: [ absent, present, query ]
|
||||
required: true
|
||||
org_name:
|
||||
|
||||
Reference in New Issue
Block a user