diff options
author | EuAndreh <eu@euandre.org> | 2019-06-11 00:23:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-11 00:23:27 -0300 |
commit | 43f13026e0ba0fac4bb51d4d5192212c4febdfde (patch) | |
tree | a5b91e17f194c4b5dad2afbcb7d1538f5f823c57 /scripts | |
parent | Don't rely on git when running .buildenv and .envrc (diff) | |
download | server-43f13026e0ba0fac4bb51d4d5192212c4febdfde.tar.gz server-43f13026e0ba0fac4bb51d4d5192212c4febdfde.tar.xz |
Debug failing run of Ansible playbook
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index 8092c27..244f869 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -92,5 +92,5 @@ echo "Done." echo "Running the Ansible playbook..." create_known_hosts_file -ansible-playbook -v provision.yaml > ./logs/ansible.txt 2>&1 +ansible-playbook -v provision.yaml > ./logs/ansible.txt echo "Done." |