Skip to content

Commit f6d4a31

Browse files
Fix the Ubuntu Linux install to match version
1 parent 8a25e1c commit f6d4a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/slurm/tasks/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
- name: Install .deb
9595
vars:
9696
deb_name:
97-
- "{{ download_path }}/slurm_rpms/slurm-22.05.4-1_amd64.deb"
97+
- "{{ download_path }}/slurm_rpms/slurm-{{slurm_version}}_amd64.deb"
9898
package_state: present
9999
include_role:
100100
name: safe_yum

0 commit comments

Comments
 (0)