mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
4d93c440b9
commit
f9f7b29a5a
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ options:
|
||||||
- When creating a new administrator, C(org_name), C(network), or C(tags) must be specified.
|
- When creating a new administrator, C(org_name), C(network), or C(tags) must be specified.
|
||||||
state:
|
state:
|
||||||
description:
|
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 ]
|
choices: [ absent, present, query ]
|
||||||
required: true
|
required: true
|
||||||
org_name:
|
org_name:
|
||||||
|
|
Loading…
Reference in a new issue