summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-24 06:54:09 +0000
committerLars Wirzenius <liw@liw.fi>2020-04-24 06:54:09 +0000
commit353d86f277400267f0245576a79b14d689ab51fa (patch)
tree084aac036edb739b58eab7fd3f894fca3e8aef05
parenteea1bf58c491d6ce31af82f01c4f086eed78223d (diff)
parent0098bafe3ae90a177c469da0bb40b2f45a665c2f (diff)
downloadick-contractor-353d86f277400267f0245576a79b14d689ab51fa.tar.gz
Merge branch 'tweaks' into 'master'
Change: run Ansible verbosely See merge request larswirzenius/contractor!5
-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'),