Skip to content

Commit e9a8479

Browse files
jovialsjpb
andauthored
Apply suggestions from code review
Co-authored-by: Steve Brasier <[email protected]>
1 parent 0f04ca2 commit e9a8479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/extras.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
- name: Setup vGPU
5252
hosts: vgpu
53-
become: yeas
53+
become: yes
5454
gather_facts: yes
5555
tags: vgpu
5656
tasks:
@@ -60,7 +60,7 @@
6060
handlers:
6161
- name: reboot
6262
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.
6464

6565
- name: Persist hostkeys across rebuilds
6666
# Must be after filesystems.yml (for storage)

docs/mig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page details how to configure Multi Instance GPU (MIG) in Slurm.
88

99
## Inventory
1010

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``:
1212

1313
```
1414
[vgpu:children]

0 commit comments

Comments
 (0)