Skip to content

Commit 1ad651b

Browse files
committed
Install EPEL when using os_images
1 parent 2f7c8b0 commit 1ad651b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ansible/group_vars/all/os_images

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# Whether to enable the CRB repository and install the EPEL repository before
3+
# installing packages. Default is false
4+
os_images_install_epel_repo: true

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ collections:
33
- name: openstack.cloud
44
version: 2.4.1
55
- name: stackhpc.openstack
6-
version: 0.4.1
6+
version: 0.5.3

0 commit comments

Comments
 (0)