ansible-elixir-stack icon indicating copy to clipboard operation
ansible-elixir-stack copied to clipboard

unable to install hex

Open murtza opened this issue 9 years ago • 2 comments

Have a look at following error.

TASK [HashNuke.elixir-stack : install hex] *************************************
fatal: [1.2.3.4]: FAILED! => {"changed": true, "cmd": ["bash", "-lc", "mix local.hex --force"], "delta": "0:00:00.007902", "end": "2016-07-18 02:49:50.697173", "failed": true, "rc": 127, "start": "2016-07-18 02:49:50.689271", "stderr": "bash: mix: command not found", "stdout": "", "stdout_lines": [], "warnings": []}
    to retry, use: --limit @playbooks/setup.retry

PLAY RECAP *********************************************************************
1.2.3.4               : ok=52   changed=31   unreachable=0    failed=1

murtza avatar Jul 18 '16 07:07 murtza

@murtza I've been working on an update on the upgrade-fixes branch. I hope to find time this weekend so that I can complete it. It is a full refactor. Hopefully that will fix this issue.

HashNuke avatar Jul 18 '16 14:07 HashNuke

I've got the same error:

TASK [HashNuke.elixir-stack : install hex] *************************************
fatal: [138.68.17.100]: FAILED! => {"changed": true, "cmd": ["bash", "-lc", "mix local.hex --force"], "delta": "0:00:00.011344", "end": "2016-08-04 10:32:27.761575", "failed": true, "rc": 127, "start": "2016-08-04 10:32:27.750231", "stderr": "bash: mix: command not found", "stdout": "", "stdout_lines": [], "warnings": []}

Is there any update?

hopewise avatar Aug 04 '16 14:08 hopewise