summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-24 09:53:33 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-24 09:53:33 +0300
commit0098bafe3ae90a177c469da0bb40b2f45a665c2f (patch)
tree084aac036edb739b58eab7fd3f894fca3e8aef05
parenteea1bf58c491d6ce31af82f01c4f086eed78223d (diff)
downloadick-contractor-0098bafe3ae90a177c469da0bb40b2f45a665c2f.tar.gz
Change: run Ansible verbosely
-rwxr-xr-xcontractor2
1 files changed, 1 insertions, 1 deletions
diff --git a/contractor b/contractor
index 8bbaabf..58625af 100755
--- a/contractor
+++ b/contractor
@@ -127,7 +127,7 @@ class ContractorApplication(cliapp.Application):
ansible = bs.ansible()
if ansible:
- self.exec_quietly(manager, Ansible(ansible, worker_ip))
+ self.exec_verbosely(manager, Ansible(ansible, worker_ip))
execs = [
Chdir('/workspace/src'),