Skip to content

Commit 68cdd59

Browse files
committed
Correct playbook run command in GPU docs
1 parent 77374a4 commit 68cdd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/operations/gpu-in-openstack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configuration or trigger the playbook manually:
6565
6666
kayobe overcloud host configure --limit compute_a100,compute_v100,compute_multi_gpu
6767
# OR
68-
kayobe playbook run --playbook $KAYOBE_CONFIG_PATH/ansible/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
68+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
6969
7070
The playbook will apply the necessary configuraion and reboot the hosts if
7171
required.

0 commit comments

Comments
 (0)