mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
Add --debug
option to ansible-test
.
This commit is contained in:
parent
67646a0771
commit
309a37de86
3 changed files with 8 additions and 0 deletions
|
@ -416,6 +416,7 @@ class CommonConfig(object):
|
|||
self.color = args.color # type: bool
|
||||
self.explain = args.explain # type: bool
|
||||
self.verbosity = args.verbosity # type: int
|
||||
self.debug = args.debug # type: bool
|
||||
|
||||
|
||||
class EnvironmentConfig(CommonConfig):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue