community.general/tests/integration/targets/pacman/tasks/main.yml
Minei3oat f60d92f0d7 Added integration tests for reason and reason_for
Inspired by the integration tests for url packages
2022-07-19 18:09:56 +02:00

15 lines
592 B
YAML

---
####################################################################
# 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'
- include: 'package_urls.yml'
- include: 'remove_nosave.yml'
- include: 'update_cache.yml'
- include: 'locally_installed_package.yml'
- include: 'reason.yml'