Skip to content

Commit

Permalink
meraki_organization - Add warning about organization deletion (ansibl…
Browse files Browse the repository at this point in the history
…e#61886)

* meraki_organization - Add warning about organization deletion
The documentation is now more explicit about the ramifications of using `state: absent` in a task.
  • Loading branch information
kbreit authored and acozine committed Sep 5, 2019
1 parent 1425d23 commit 7d303e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/modules/network/meraki/meraki_organization.py
Expand Up @@ -25,6 +25,7 @@
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:
Expand Down

0 comments on commit 7d303e5

Please sign in to comment.