Closed ajwagner777 closed 6 years ago
Duplicate of #752?
Not exactly the same presentation, and /usr/sbin is in my path.
There's no instance of "/usr/local/bin/ohai" in the source code for this project. Did you modify Algo in some way to cause this? This appears to be a non-standard installation.
@dguido literally followed instructions from the readme.
You modified something on your local computer that has inserted new code into the installation process then. I can’t debug this. Please checkout the code and try again.
OS / Environment
macOS 10.13.1
Ansible version
ansible 2.2.0.0
Version of components from
requirements.txt
Summary of the problem
Unable to deploy to Digital Ocean, Amazon EC2 and Existing ubuntu machine. Hit an error at:
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/local/bin/ohai", "failed": true, "msg": "[Errno 2] No such file or directory", "rc": 2}
Steps to reproduce the behavior
run
./algo
The way of deployment (cloud or local)
cloud
Expected behavior
Creates algo VPN server on Digital Ocean
Actual behavior
Error noted above. Happened with every cloud provider attempted.
Full log