51a7a1265f
Run lorax with lorax-templates-rhel to build a boot.iso Resolves: rhbz#1956563
17 lines
291 B
YAML
17 lines
291 B
YAML
---
|
|
# Run lorax with the new templates
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
|
|
required_packages:
|
|
- lorax
|
|
- lorax-templates-rhel
|
|
|
|
tests:
|
|
- simple:
|
|
dir: scripts
|
|
run: ./run_tests.sh
|