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 1b531bd commit 351d8ebCopy full SHA for 351d8eb
ansible/bootstrap.yml
@@ -13,6 +13,15 @@
13
mode: '0644'
14
when: ansible_distribution_major_version == "9"
15
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
23
+ cmd: dnf clean all
24
25
- hosts: cluster
26
gather_facts: false
27
become: yes
0 commit comments