mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Make test/runner less verbose when spawning instances
As discussed on IRC
This commit is contained in:
@@ -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, '')
|
||||
|
||||
Reference in New Issue
Block a user