mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 02:53:57 -07:00
(cherry picked from commit be433d762b
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7be95c8bbe
commit
30e707aa79
4 changed files with 101 additions and 0 deletions
10
tests/integration/targets/pacman/tasks/main.yml
Normal file
10
tests/integration/targets/pacman/tasks/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
####################################################################
|
||||
# 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'
|
Loading…
Add table
Add a link
Reference in a new issue