enable crb repo during molecule runs
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2023-06-05 22:28:18 +02:00
parent e1b77028cb
commit d483d01ff6
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@
- epel-release
- python3-pip
- python3-virtualenv
pre_tasks:
- name: Enable CodeReadyBuilder repository
command: dnf config-manager --set-enabled "crb"
changed_when: False
roles:
- role: xoxys.docker_engine