c4782e273c
make sure git is installed in the VM before extracting the source
15 lines
246 B
YAML
15 lines
246 B
YAML
---
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-source
|
|
required_packages:
|
|
- dnf
|
|
- rpm-build
|
|
- git
|
|
- role: standard-test-basic
|
|
tests:
|
|
- simple:
|
|
run: "./run_tests.sh {{ tenv_workdir }}"
|