ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
109 stars 73 forks source link

GCE - Fixed calling windows_auth.py for application auth_kind #222

Open donovan-prehn opened 9 months ago

donovan-prehn commented 9 months ago

fixes https://github.com/ansible-community/molecule-plugins/issues/212

This change makes it so GOOGLE_APPLICATION_CREDENTIALS env variable is only set when using auth_kind = 'serviceaccount' instead of all the time.