mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00:27 -07:00
Use fully-qualified name in inventory plugin (#167)
This commit is contained in:
parent
0be2684fe5
commit
0471d79d2f
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class GcpInstance(object):
|
|||
|
||||
class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
||||
|
||||
NAME = "gcp_compute"
|
||||
NAME = "google.cloud.gcp_compute"
|
||||
|
||||
_instances = (
|
||||
r"https://www.googleapis.com/compute/v1/projects/%s/aggregated/instances"
|
||||
|
|
Loading…
Add table
Reference in a new issue