10 lines
389 B
YAML
10 lines
389 B
YAML
---
|
|
####################################################################
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
####################################################################
|
|
|
|
|
|
- include: tests.yml
|
|
when: ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'trusty'
|