b09fbc3bf3
* Initial commit for meraki_webhook * Split integration tests into two files to avoid delegate_to
7 lines
255 B
YAML
7 lines
255 B
YAML
# Test code for the Meraki Webhooks 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
|