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