Skip to content

Commit 5192f60

Browse files
committed
linting docs
1 parent af27191 commit 5192f60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/experimental/slurm-controlled-rebuild.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ In summary, the way this functionality works is as follows:
1212

1313
1. The image references(s) are manually updated in the OpenTofu configuration
1414
in the normal way.
15-
2. `lock_unlock_instances.yml --limit control,login -e "appliances_server_action=unlock"`
15+
2. ``` ansible-playbook lock_unlock_instances.yml
16+
--limit control,login -e "appliances_server_action=unlock"
17+
```
1618
is run to unlock the control and login nodes for reimaging.
1719
2. `tofu apply` is run which rebuilds the login and control nodes to the new
1820
image(s). The new image reference for compute nodes is ignored, but is

0 commit comments

Comments
 (0)