mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
Add --raw
option to ansible-test shell command.
It is currently supported only with the `--remote` option. This makes it easier to troubleshoot new instances which are not yet supported by the setup scripts used by ansible-test.
This commit is contained in:
parent
9436ce5d85
commit
0826a00803
5 changed files with 37 additions and 0 deletions
|
@ -409,6 +409,10 @@ def parse_args():
|
|||
shell.set_defaults(func=command_shell,
|
||||
config=ShellConfig)
|
||||
|
||||
shell.add_argument('--raw',
|
||||
action='store_true',
|
||||
help='direct to shell with no setup')
|
||||
|
||||
add_environments(shell, tox_version=True)
|
||||
add_extra_docker_options(shell)
|
||||
add_httptester_options(shell, argparse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue