mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
Make test/runner less verbose when spawning instances
As discussed on IRC
This commit is contained in:
parent
f42fa8879b
commit
3a0a74dc18
3 changed files with 14 additions and 10 deletions
|
@ -76,7 +76,7 @@ class HttpClient(object):
|
|||
|
||||
cmd += [url]
|
||||
|
||||
stdout, _ = run_command(self.args, cmd, capture=True, always=self.always)
|
||||
stdout, _ = run_command(self.args, cmd, capture=True, always=self.always, cmd_verbosity=2)
|
||||
|
||||
if self.args.explain and not self.always:
|
||||
return HttpResponse(200, '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue