mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Merge pull request #383 from kkr16/master
This commit is contained in:
commit
1ec23f5fa4
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
||||||
|
|
||||||
if 'projects' in projects_response:
|
if 'projects' in projects_response:
|
||||||
for item in projects_response.get('projects'):
|
for item in projects_response.get('projects'):
|
||||||
projects.append(item['name'])
|
projects.append(item['projectId'])
|
||||||
return projects
|
return projects
|
||||||
|
|
||||||
def parse(self, inventory, loader, path, cache=True):
|
def parse(self, inventory, loader, path, cache=True):
|
||||||
|
|
Loading…
Add table
Reference in a new issue