We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run command ansible-playbook -u azureuser deploy.yaml -i hosts
Please note that I changed root to azureuser
TASK [uashield : Stop all containers] ******************************************************************************************************* fatal: [**********]: FAILED! => {"changed": true, "cmd": "docker-compose down", "delta": "0:00:00.002971", "end": "2022-03-04 10:24:01.968900", "msg": "non-zero return code", "rc": 127, "start": "2022-03-04 10:24:01.965929", "stderr": "/bin/sh: 1: docker-compose: not found", "stderr_lines": ["/bin/sh: 1: docker-compose: not found"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered:
Please try to update to the latest version, it should be fixed by this PR#93
Sorry, something went wrong.
tried again on new VM using latest scripts from git, same problem:
FAILED! => {"changed": true, "cmd": "docker-compose down", "delta": "0:00:00.002390", "end": "2022-03-04 14:13:49.246823", "msg": "non-zero return code", "rc": 127, "start": "2022-03-04 14:13:49.244433", "stderr": "/bin/sh: 1: docker-compose: not found", "stderr_lines": ["/bin/sh: 1: docker-compose: not found"], "stdout": "", "stdout_lines": []}
I checked deploy.yml, commit c672e87 not merged to master
Fixed in #160
No branches or pull requests
I run command ansible-playbook -u azureuser deploy.yaml -i hosts
Please note that I changed root to azureuser
TASK [uashield : Stop all containers] *******************************************************************************************************
fatal: [**********]: FAILED! => {"changed": true, "cmd": "docker-compose down", "delta": "0:00:00.002971", "end": "2022-03-04 10:24:01.968900", "msg": "non-zero return code", "rc": 127, "start": "2022-03-04 10:24:01.965929", "stderr": "/bin/sh: 1: docker-compose: not found", "stderr_lines": ["/bin/sh: 1: docker-compose: not found"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered: