ansible-elixir-stack
ansible-elixir-stack copied to clipboard
unable to install hex
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 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.
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?