From 08042e13d38b31fe3924953f3d84789317fecb34 Mon Sep 17 00:00:00 2001 From: Jared Ledvina Date: Sun, 29 Mar 2020 18:33:41 -0400 Subject: [PATCH] Configure interpreter_python to auto_silent for future proofing Signed-off-by: Jared Ledvina --- molecule/shared/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/shared/base.yml b/molecule/shared/base.yml index 614a156..7355e50 100644 --- a/molecule/shared/base.yml +++ b/molecule/shared/base.yml @@ -9,6 +9,7 @@ provisioner: name: ansible config_options: defaults: + interpreter_python: auto_silent callback_whitelist: yaml,timer,profile_tasks stdout_callback: yaml fact_caching: jsonfile