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.
(cherry picked from commit 7d303e54f6)
pull/62162/head
Kevin Breit 5 years ago committed by Toshio Kuratomi
parent 2538bd83f4
commit 10d5286bc2

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