mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Changes to enable make gce to run. Added sys import so libcloud error is displayed; renamed credentials keys in template file so they work properly with gce_credentials.py. (#16607)
This commit is contained in:
@@ -9,9 +9,9 @@ ec2_access_key:
|
||||
ec2_secret_key:
|
||||
|
||||
# GCE Credentials
|
||||
service_account_email:
|
||||
pem_file:
|
||||
project_id:
|
||||
gce_service_account_email:
|
||||
gce_pem_file:
|
||||
gce_project_id:
|
||||
|
||||
# Azure Credentials
|
||||
azure_subscription_id: "{{ lookup('env', 'AZURE_SUBSCRIPTION_ID') }}"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import collections
|
||||
import os
|
||||
import sys
|
||||
import yaml
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user