1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 11:39:02 +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:
Tom Melendez 2016-09-16 07:02:18 -07:00 committed by Ryan Brown
parent 697888965e
commit 91a30e59e4
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
import collections
import os
import sys
import yaml
try: