Skip to content

Commit 887b80d

Browse files
evgeniekohl
authored andcommitted
Revert "beaker: Drop support for EL8"
This reverts commit 2496111.
1 parent 3d1c953 commit 887b80d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

roles/beaker/tasks/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@
1414
name: git
1515
state: installed
1616

17+
- name: Enable ruby 2.7 module
18+
command: dnf module enable -y ruby:2.7
19+
when: ansible_distribution_major_version == "8"
20+
1721
- name: Enable ruby 3.3 module
1822
command: dnf module enable -y ruby:3.3
1923
when: ansible_distribution_major_version == "9"
2024

25+
- name: enable powertools
26+
command: dnf config-manager --set-enabled powertools
27+
when: ansible_distribution_major_version == "8"
28+
2129
- name: enable CRB
2230
command: dnf config-manager --set-enabled crb
2331
when: ansible_distribution_major_version == "9"

0 commit comments

Comments
 (0)