From 1da4ef1d539b138fdfdbd58d5e83b82229740c2e Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Wed, 1 Sep 2021 03:42:56 -0400 Subject: [PATCH] Disable turbo mode for the validate tests (#218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable turbo mode for the validate tests Depends-On: ansible/ansible-zuul-jobs#1074 Switching virtualenvs in the test suite does not work so well with turbo mode enabled because the module may not be executed by the virtualenv that is specified for that task. Reviewed-by: None Reviewed-by: Gonéri Le Bouder Reviewed-by: None --- molecule/default/tasks/validate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/molecule/default/tasks/validate.yml b/molecule/default/tasks/validate.yml index 9c25c677..73ea93e0 100644 --- a/molecule/default/tasks/validate.yml +++ b/molecule/default/tasks/validate.yml @@ -236,3 +236,5 @@ vars: validate_namespace: validate + environment: + ENABLE_TURBO_MODE: false