2022-05-04 10:31:15 +00:00
|
|
|
discover:
|
|
|
|
how: fmf
|
|
|
|
dist-git-source: true
|
|
|
|
|
|
|
|
execute:
|
|
|
|
how: tmt
|
|
|
|
|
|
|
|
prepare:
|
|
|
|
how: shell
|
|
|
|
script: |
|
|
|
|
dnf install -y "dnf-command(config-manager)" ;
|
2022-05-04 17:22:01 +00:00
|
|
|
dnf config-manager --set-enabled crb || rhel-CRB || true
|
2022-05-04 10:31:15 +00:00
|
|
|
|