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.
2 parents b7670e9 + 1be9c6b commit 3de36cfCopy full SHA for 3de36cf
ansible/roles/dnf_repos/tasks/set_repos.yml
@@ -11,6 +11,7 @@
11
loop: "{{ dnf_repos_repolist }}"
12
13
- name: Install epel-release
14
+ # done so that roles installing epel via epel-release don't over-write our changes to the epel repo
15
ansible.builtin.dnf:
16
name: epel-release
17
environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
@@ -1,6 +1,6 @@
1
{
2
"cluster_image": {
3
- "RL8": "openhpc-RL8-241118-0918-4538c6df",
4
- "RL9": "openhpc-RL9-241118-0918-4538c6df"
+ "RL8": "openhpc-RL8-241203-1659-b0558b95",
+ "RL9": "openhpc-RL9-241203-1659-b0558b95"
5
}
6
0 commit comments