Skip to content

Commit 3de36cf

Browse files
committed
pull
2 parents b7670e9 + 1be9c6b commit 3de36cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ansible/roles/dnf_repos/tasks/set_repos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
loop: "{{ dnf_repos_repolist }}"
1212

1313
- name: Install epel-release
14+
# done so that roles installing epel via epel-release don't over-write our changes to the epel repo
1415
ansible.builtin.dnf:
1516
name: epel-release
1617

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster_image": {
3-
"RL8": "openhpc-RL8-241118-0918-4538c6df",
4-
"RL9": "openhpc-RL9-241118-0918-4538c6df"
3+
"RL8": "openhpc-RL8-241203-1659-b0558b95",
4+
"RL9": "openhpc-RL9-241203-1659-b0558b95"
55
}
66
}

0 commit comments

Comments
 (0)