Skip to content

Commit 63f98b7

Browse files
committed
make fatimage work for cuda
1 parent 605373d commit 63f98b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ansible/fatimage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@
1818
dnf:
1919
name: nfs-utils
2020

21-
- import_playbook: extras.yml
21+
- import_playbook: extras.yml
2222

23+
- hosts: builder
24+
become: yes
25+
gather_facts: no
26+
tasks:
2327
# - import_playbook: slurm.yml
2428
- name: OpenHPC
2529
import_role:

0 commit comments

Comments
 (0)