mirror of https://github.com/ansible/ansible.git
Bugfix: bulletproof unexpected_error_msg at gce.py
This method was still failing for me with a "missing http_code" message. After applying this change, the error message is:
```
msg: Unexpected response: {'value': 'PyCrypto library required for Service Account Authentication.'}
```
I wanted to contribute a rock-solid `unexpected_error_msg` implementation.
pull/8262/head
parent
d2a130971a
commit
57428c48a2
Loading…
Reference in New Issue