From 61af406b0828baad16d640f4a3d8b51abc8e671f Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 30 Aug 2024 15:18:34 +0200 Subject: [PATCH] Pass all environment variables to tox. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ed6d0aa..744a483 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = ANSIBLE_FORCE_COLOR=1 ANSIBLE_ROLES_PATH=../ -passenv = namespace, image, tag, DOCKER_HOST +passenv = * # Test supported releases of ansible-core. See: # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix