Remove faulty logic

Update logic after splitting the error into two separate messages.
pull/18777/head
Michael Schuett 10 years ago committed by Matt Clay
parent 5a20bb473b
commit 6ff693f975

@ -407,7 +407,7 @@ def main():
module.exit_json(failed=failed, changed=manager.has_changed(), msg=msg, image_id=image_id)
except SSLError as e:
if get_platform() == "Darwin" and "DOCKER_HOST" in os.environ:
if get_platform() == "Darwin":
# Ensure that the environment variables has been set
if "DOCKER_HOST" not in os.environ:
environment_error = '''

Loading…
Cancel
Save