Add epel element to Rocky Linux 9 configuration

The element was missing from the configuration due to an oversight, this
change brings it in line with C9S as well as Rocky 8 to have EPEL
enabled.

Change-Id: I080f8118ccf411e363e0f7c2433dfaa9e911dd15
This commit is contained in:
Neil Hanlon
2022-09-01 09:05:38 -04:00
parent 09292df2d2
commit ba93b3570a

View File

@@ -191,6 +191,7 @@ diskimages:
elements:
- cache-devstack
- rocky-container
- epel
env-vars:
DIB_EPEL_DISABLED: '1'