mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added option to ansible-test to run test playbooks using the debug strategy (#26499)
This commit is contained in:
committed by
Matt Clay
parent
3050856f2a
commit
294c0f91c0
@@ -595,6 +595,9 @@ def integration_environment(args, target, cmd):
|
||||
ANSIBLE_CALLBACK_WHITELIST='junit',
|
||||
)
|
||||
|
||||
if args.debug_strategy:
|
||||
env.update(dict(ANSIBLE_STRATEGY='debug'))
|
||||
|
||||
env.update(integration)
|
||||
|
||||
cloud_environment = get_cloud_environment(args, target)
|
||||
|
||||
Reference in New Issue
Block a user