Skip to content

Commit

Permalink
Update bootstrap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiethorpe authored Nov 21, 2024
1 parent 1b531bd commit 351d8eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ansible/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
mode: '0644'
when: ansible_distribution_major_version == "9"

- name: Configure EPEL repository to use releasever "9"
ansible.builtin.command:
cmd: "dnf config-manager --setopt=epel.releasever=9 --save"
when: ansible_distribution_major_version == "9"

- name: Clean DNF metadata
ansible.builtin.command:
cmd: dnf clean all

- hosts: cluster
gather_facts: false
become: yes
Expand Down

0 comments on commit 351d8eb

Please sign in to comment.