Skip to content

Commit 351d8eb

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ansible/bootstrap.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
mode: '0644'
1414
when: ansible_distribution_major_version == "9"
1515

16+
- name: Configure EPEL repository to use releasever "9"
17+
ansible.builtin.command:
18+
cmd: "dnf config-manager --setopt=epel.releasever=9 --save"
19+
when: ansible_distribution_major_version == "9"
20+
21+
- name: Clean DNF metadata
22+
ansible.builtin.command:
23+
cmd: dnf clean all
24+
1625
- hosts: cluster
1726
gather_facts: false
1827
become: yes

0 commit comments

Comments
 (0)