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 351d8eb commit b37e084Copy full SHA for b37e084
ansible/bootstrap.yml
@@ -13,7 +13,12 @@
13
mode: '0644'
14
when: ansible_distribution_major_version == "9"
15
16
- - name: Configure EPEL repository to use releasever "9"
+ - name: Enable EPEL repository
17
+ ansible.builtin.dnf:
18
+ name: epel-release
19
+ state: present
20
+
21
+ - name: Configure EPEL repository to use releasever 9
22
ansible.builtin.command:
23
cmd: "dnf config-manager --setopt=epel.releasever=9 --save"
24
0 commit comments