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:
|
||||
- Create or modify an organization.
|
||||
- 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']
|
||||
default: present
|
||||
clone:
|
||||
|
|
Loading…
Reference in a new issue