17 lines
323 B
YAML
17 lines
323 B
YAML
- hosts: localhost
|
|
vars:
|
|
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
|
tags:
|
|
- classic
|
|
remote_user: root
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- cldr-emoji-annotation
|
|
- libxml2
|
|
tests:
|
|
- runtest:
|
|
dir: .
|
|
run: ./runtest.sh
|
|
|