mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
added option to ansible-test to run test playbooks using the debug strategy (#26499)
This commit is contained in:
parent
3050856f2a
commit
294c0f91c0
4 changed files with 9 additions and 1 deletions
|
@ -183,7 +183,7 @@ def delegate_docker(args, exclude, require):
|
|||
|
||||
cmd_options = []
|
||||
|
||||
if isinstance(args, ShellConfig):
|
||||
if isinstance(args, ShellConfig) or (isinstance(args, IntegrationConfig) and args.debug_strategy):
|
||||
cmd_options.append('-it')
|
||||
|
||||
with tempfile.NamedTemporaryFile(prefix='ansible-source-', suffix='.tgz') as local_source_fd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue