meraki_organization - Add warning about organization deletion (#61886)
* meraki_organization - Add warning about organization deletion The documentation is now more explicit about the ramifications of using `state: absent` in a task.
This commit is contained in:
parent
1425d23513
commit
7d303e54f6
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Create or modify an organization.
|
- Create or modify an organization.
|
||||||
- C(org_id) must be specified if multiple organizations of the same name exist.
|
- C(org_id) must be specified if multiple organizations of the same name exist.
|
||||||
|
- C(absent) WILL DELETE YOUR ENTIRE ORGANIZATION, AND ALL ASSOCIATED OBJECTS, WITHOUT CONFIRMATION. USE WITH CAUTION.
|
||||||
choices: ['absent', 'present', 'query']
|
choices: ['absent', 'present', 'query']
|
||||||
default: present
|
default: present
|
||||||
clone:
|
clone:
|
||||||
|
|
Loading…
Add table
Reference in a new issue