2022-02-27 12:04:14 +00:00
|
|
|
---
|
|
|
|
####################################################################
|
|
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
|
|
####################################################################
|
|
|
|
|
|
|
|
- when: ansible_os_family == 'Archlinux'
|
|
|
|
block:
|
|
|
|
# Add more tests here by including more task files:
|
|
|
|
- include: 'basic.yml'
|
2022-03-01 05:03:18 +00:00
|
|
|
- include: 'package_urls.yml'
|
2022-03-08 06:21:40 +00:00
|
|
|
- include: 'remove_nosave.yml'
|
2022-03-15 04:38:59 +00:00
|
|
|
- include: 'update_cache.yml'
|