diff options
author | EuAndreh <eu@euandre.org> | 2019-06-11 00:35:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-11 00:35:35 -0300 |
commit | db3363777cd6711e8211d3183c083aea18aeabe1 (patch) | |
tree | e747f3679e5faac4694c9b717997a0993f4b1c5c /scripts/ci | |
parent | Log if trap was called on error or normal exit (diff) | |
download | toph-db3363777cd6711e8211d3183c083aea18aeabe1.tar.gz toph-db3363777cd6711e8211d3183c083aea18aeabe1.tar.xz |
Debug failing Ansible playbook logs
Diffstat (limited to 'scripts/ci')
-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 6627e74..9eb22ea 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -100,5 +100,5 @@ echo "Done." echo "Running the Ansible playbook..." create_known_hosts_file -ansible-playbook -v provision.yaml > ./logs/ansible.txt +ansible-playbook -v provision.yaml echo "Done." |