From 10d5286bc2c84e915337b6a39f8a27066f1d7026 Mon Sep 17 00:00:00 2001 From: Kevin Breit Date: Thu, 5 Sep 2019 16:02:19 -0500 Subject: [PATCH] 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 7d303e54f6039bf78e9d0668788f8da8c021d965) --- lib/ansible/modules/network/meraki/meraki_organization.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/network/meraki/meraki_organization.py b/lib/ansible/modules/network/meraki/meraki_organization.py index fcc7af0e396..23dff2ccbe4 100644 --- a/lib/ansible/modules/network/meraki/meraki_organization.py +++ b/lib/ansible/modules/network/meraki/meraki_organization.py @@ -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: