mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Fetch projects in folder based on projectID instead of name
This commit is contained in:
parent
d99f2567b4
commit
7590058e95
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
|||
|
||||
if 'projects' in projects_response:
|
||||
for item in projects_response.get('projects'):
|
||||
projects.append(item['name'])
|
||||
projects.append(item['projectId'])
|
||||
return projects
|
||||
|
||||
def parse(self, inventory, loader, path, cache=True):
|
||||
|
|
Loading…
Add table
Reference in a new issue