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.
pull/61913/head
Kevin Breit 5 years ago committed by Alicia Cozine
parent 1425d23513
commit 7d303e54f6

@ -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…
Cancel
Save