Add --debug option to ansible-test.

This commit is contained in:
Matt Clay
2017-02-01 11:15:08 -08:00
parent 67646a0771
commit 309a37de86
3 changed files with 8 additions and 0 deletions

View File

@@ -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',