Skip to content

Commit e9326c5

Browse files
authored
Update bootstrap.yml
1 parent 4c493d3 commit e9326c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/bootstrap.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
---
22

3+
- hosts: all
4+
become: yes
5+
tasks:
6+
- name: Ensure releasever is pinned to 9.4 for RL9
7+
when: ansible_distribution_major_version == "9"
8+
copy:
9+
content: |
10+
[main]
11+
releasever=9.4
12+
dest: /etc/dnf/dnf.conf
13+
owner: root
14+
group: root
15+
mode: '0644'
16+
317
- hosts: cluster
418
gather_facts: false
519
become: yes

0 commit comments

Comments
 (0)