File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : Setup vGPU
52
52
hosts : vgpu
53
- become : yeas
53
+ become : yes
54
54
gather_facts : yes
55
55
tags : vgpu
56
56
tasks :
60
60
handlers :
61
61
- name : reboot
62
62
fail :
63
- msg : Reboot handlier fired unexpectedly. This was supposed to be unreachable.
63
+ msg : Reboot handler for stackhpc.linux.vgpu role fired unexpectedly. This was supposed to be unreachable.
64
64
65
65
- name : Persist hostkeys across rebuilds
66
66
# Must be after filesystems.yml (for storage)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This page details how to configure Multi Instance GPU (MIG) in Slurm.
8
8
9
9
## Inventory
10
10
11
- Add relevant hosts to the `` vgpu `` group, for example in ```environments/< environment > /inventory/groups``:
11
+ Add relevant hosts to the `` vgpu `` group, for example in ```environments/$ENV /inventory/groups``:
12
12
13
13
```
14
14
[vgpu:children]
You can’t perform that action at this time.
0 commit comments