781fd7099a
- Move legacy tests into a separate directory. - Reduce common dependencies between targets.
8 lines
159 B
YAML
8 lines
159 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: no
|
|
tags:
|
|
- cloudflare
|
|
roles:
|
|
- { role: test_cloudflare_dns, tags: test_cloudflare_dns }
|