From 1fdba195d3e44d9e55bf76e869903f39cb52a3d0 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 11 Feb 2025 18:52:46 +0100 Subject: [PATCH] Add help line for create-gpu-machineset --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a6f57d6..61426ed5 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: operator-deploy post-install ## installs the pattern and loads the secr @echo "Installed" .PHONY: create-gpu-machineset -create-gpu-machineset: +create-gpu-machineset: ## Creates a gpu machineset ansible-playbook ansible/playbooks/create-gpu-machine-set.yaml .PHONY: post-install