enable crb repo during molecule runs
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
e1b77028cb
commit
d483d01ff6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user