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:
Kevin Breit 2019-09-05 16:02:19 -05:00 committed by Alicia Cozine
parent 1425d23513
commit 7d303e54f6
1 changed files with 1 additions and 0 deletions

View File

@ -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: