From ccbde5f93e76404a5165a675a38cf2e1b83b4794 Mon Sep 17 00:00:00 2001 From: Igor Simonov Date: Tue, 27 Jul 2021 21:25:21 +0300 Subject: [PATCH] fix documentation for correct work inventory plugin --- plugins/inventory/gcp_compute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/gcp_compute.py b/plugins/inventory/gcp_compute.py index 98fa28f..dfa9fa2 100644 --- a/plugins/inventory/gcp_compute.py +++ b/plugins/inventory/gcp_compute.py @@ -22,7 +22,7 @@ DOCUMENTATION = """ plugin: description: token that ensures this is a source file for the 'gcp_compute' plugin. required: True - choices: ['gcp_compute'] + choices: ['google.cloud.gcp_compute'] zones: description: A list of regions in which to describe GCE instances. If none provided, it defaults to all zones available to a given project.