mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
Add very basic integration tests for pcaman. (#4289)
This commit is contained in:
parent
0d0e695d8f
commit
be433d762b
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