From 9f8cb9f2157e37e3e1f5f33c745d8ccd758e3234 Mon Sep 17 00:00:00 2001 From: Allan Szewczyk Date: Thu, 4 Apr 2024 13:04:54 +0900 Subject: [PATCH] Fix ansible inventory plugin value after ansible 7.0.0 update --- ansible/dynamic-inventory/inventory.compute.gcp.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/dynamic-inventory/inventory.compute.gcp.yml.j2 b/ansible/dynamic-inventory/inventory.compute.gcp.yml.j2 index 2d4f6f8..b968419 100644 --- a/ansible/dynamic-inventory/inventory.compute.gcp.yml.j2 +++ b/ansible/dynamic-inventory/inventory.compute.gcp.yml.j2 @@ -1,4 +1,4 @@ -plugin: google.cloud.gcp_compute +plugin: gcp_compute projects: - {{ PROJECT_ID }} zones: