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 f49d5e2 commit a92cdabCopy full SHA for a92cdab
ansible/roles/slurm_recompile/tasks/main.yml
@@ -1,7 +1,8 @@
1
---
2
- name: Get facts about CUDA installation
3
- import_role: cuda
4
- tasks_from: facts.yml
+ import_role:
+ name: cuda
5
+ tasks_from: facts.yml
6
7
- name: Recompile and install slurm packages
8
shell: |
0 commit comments