gce_net module: fail when no libcloud is found

pull/19654/merge
Ryan S. Brown 8 years ago
parent 00031e454e
commit 7a074b69a0

@ -257,7 +257,7 @@ def main():
)
if not HAS_LIBCLOUD:
module.exit_json(msg='libcloud with GCE support (0.17.0+) required for this module')
module.fail_json(msg='libcloud with GCE support (0.17.0+) required for this module')
gce = gce_connect(module)

Loading…
Cancel
Save