mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add --debug option to ansible-test.
This commit is contained in:
@@ -132,6 +132,10 @@ def parse_args():
|
||||
const='yes',
|
||||
default='auto')
|
||||
|
||||
common.add_argument('--debug',
|
||||
action='store_true',
|
||||
help='run ansible commands in debug mode')
|
||||
|
||||
test = argparse.ArgumentParser(add_help=False, parents=[common])
|
||||
|
||||
test.add_argument('include',
|
||||
|
||||
Reference in New Issue
Block a user