mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +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:
|
ec2_secret_key:
|
||||||
|
|
||||||
# GCE Credentials
|
# GCE Credentials
|
||||||
service_account_email:
|
gce_service_account_email:
|
||||||
pem_file:
|
gce_pem_file:
|
||||||
project_id:
|
gce_project_id:
|
||||||
|
|
||||||
# Azure Credentials
|
# Azure Credentials
|
||||||
azure_subscription_id: "{{ lookup('env', 'AZURE_SUBSCRIPTION_ID') }}"
|
azure_subscription_id: "{{ lookup('env', 'AZURE_SUBSCRIPTION_ID') }}"
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import collections
|
import collections
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user