diff options
author | EuAndreh <eu@euandre.org> | 2019-06-11 08:47:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-11 08:47:33 -0300 |
commit | bbeaf66bff6a4bc2bbfc3b52412c5a602799987c (patch) | |
tree | 38349278484668e9271bdcce02df558e18782029 /scripts/ci/deploy.sh | |
parent | s/mail_debug_log/finish_phase/ (diff) | |
download | toph-bbeaf66bff6a4bc2bbfc3b52412c5a602799987c.tar.gz toph-bbeaf66bff6a4bc2bbfc3b52412c5a602799987c.tar.xz |
Debug failing Ansible logs
Diffstat (limited to 'scripts/ci/deploy.sh')
-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 d40ea89..125c910 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -102,5 +102,5 @@ echo "Done." echo "Running the Ansible playbook..." create_known_hosts_file -ansible-playbook -v provision.yaml +ansible-playbook -v provision.yaml > ./logs/ansible.txt echo "Done." |