Skip to content

Commit b37e084

Browse files
authored
Update bootstrap.yml
1 parent 351d8eb commit b37e084

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ansible/bootstrap.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
mode: '0644'
1414
when: ansible_distribution_major_version == "9"
1515

16-
- name: Configure EPEL repository to use releasever "9"
16+
- 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
1722
ansible.builtin.command:
1823
cmd: "dnf config-manager --setopt=epel.releasever=9 --save"
1924
when: ansible_distribution_major_version == "9"

0 commit comments

Comments
 (0)