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.
1 parent 8a25e1c commit f6d4a31Copy full SHA for f6d4a31
playbooks/roles/slurm/tasks/common.yml
@@ -94,7 +94,7 @@
94
- name: Install .deb
95
vars:
96
deb_name:
97
- - "{{ download_path }}/slurm_rpms/slurm-22.05.4-1_amd64.deb"
+ - "{{ download_path }}/slurm_rpms/slurm-{{slurm_version}}_amd64.deb"
98
package_state: present
99
include_role:
100
name: safe_yum
0 commit comments