Fix gating configuration

Fixes: 291abb9 Enable component gating for RHEL 10 Beta
See: https://issues.redhat.com/browse/RHEL-60912
Resolves: RHEL-60912
This commit is contained in:
Timothée Ravier 2024-12-02 15:26:29 +01:00
parent 03f92db259
commit 6297232806

View File

@ -1,9 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "afterburn --help"
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "afterburn --help"