516b39b79a
* Add support for deleting organizations - Still working on integration tests * Update documentation and verify check mode works
8 lines
No EOL
261 B
YAML
8 lines
No EOL
261 B
YAML
# Test code for the Meraki Organization module
|
|
# Copyright: (c) 2018, Kevin Breit (@kbreit)
|
|
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
---
|
|
- name: Run test cases
|
|
include: tests.yml ansible_connection=local
|
|
|