From 1fa9c9263afdb9f194c88b86a60a4c6e83363829 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 30 Aug 2024 15:26:21 +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