From 52ba00878b3a2ce519653aee252b470d224a0129 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 8 Sep 2021 09:40:17 +0100 Subject: [PATCH] Add missing SSH_AUTH_SOCK to implicit passenv (#107) Fixes: #106 --- src/tox_ansible/tox_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tox_ansible/tox_helper.py b/src/tox_ansible/tox_helper.py index d7c51b0..6e975be 100644 --- a/src/tox_ansible/tox_helper.py +++ b/src/tox_ansible/tox_helper.py @@ -9,6 +9,7 @@ # both ansible-test and molecule may fail to run if these are not passed: "DOCKER_HOST", "CONTAINER_HOST", + "SSH_AUTH_SOCK", )