2022-02-27 13:21:16 +01: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 06:34:27 +01:00
|
|
|
- include: 'package_urls.yml'
|
2022-03-08 07:39:31 +01:00
|
|
|
- include: 'remove_nosave.yml'
|
2022-03-15 06:04:58 +01:00
|
|
|
- include: 'update_cache.yml'
|
2022-04-13 19:21:46 +02:00
|
|
|
- include: 'locally_installed_package.yml'
|