We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1c953 commit 887b80dCopy full SHA for 887b80d
1 file changed
roles/beaker/tasks/main.yml
@@ -14,10 +14,18 @@
14
name: git
15
state: installed
16
17
+- name: Enable ruby 2.7 module
18
+ command: dnf module enable -y ruby:2.7
19
+ when: ansible_distribution_major_version == "8"
20
+
21
- name: Enable ruby 3.3 module
22
command: dnf module enable -y ruby:3.3
23
when: ansible_distribution_major_version == "9"
24
25
+- name: enable powertools
26
+ command: dnf config-manager --set-enabled powertools
27
28
29
- name: enable CRB
30
command: dnf config-manager --set-enabled crb
31
0 commit comments