aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-11 00:35:35 -0300
committerEuAndreh <eu@euandre.org>2019-06-11 00:35:35 -0300
commitdb3363777cd6711e8211d3183c083aea18aeabe1 (patch)
treee747f3679e5faac4694c9b717997a0993f4b1c5c
parentLog if trap was called on error or normal exit (diff)
downloadtoph-db3363777cd6711e8211d3183c083aea18aeabe1.tar.gz
toph-db3363777cd6711e8211d3183c083aea18aeabe1.tar.xz
Debug failing Ansible playbook logs
-rwxr-xr-xscripts/ci/deploy.sh2
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."