From 69258075e0e3fa02e77506fb36a5441b84e2b446 Mon Sep 17 00:00:00 2001 From: botsz <22925483+botszhuang@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:58:00 +0800 Subject: [PATCH] docs: update ansible-playbook inventory path in README (#12615) (#12992) --- contrib/terraform/gcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/terraform/gcp/README.md b/contrib/terraform/gcp/README.md index 01e5299db..7f9ec5073 100644 --- a/contrib/terraform/gcp/README.md +++ b/contrib/terraform/gcp/README.md @@ -51,7 +51,7 @@ To generate kubespray inventory based on the terraform state file you can run th You should now have a inventory file named `inventory.ini` that you can use with kubespray, e.g. ```bash -ansible-playbook -i contrib/terraform/gcs/inventory.ini cluster.yml -b -v +ansible-playbook -i contrib/terraform/gcp/inventory.ini cluster.yml -b -v ``` ## Variables