14 lines
249 B
YAML
14 lines
249 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- keycloak-httpd-client-install:
|
|
dir: scripts
|
|
run: ./run_tests.sh
|
|
required_packages:
|
|
- keycloak-httpd-client-install
|
|
- git
|
|
|