From 92102066a445bc844115a7c918659f107f0f2d93 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Thu, 16 Jan 2020 18:43:01 +0100 Subject: [PATCH] try to update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3a4c33d..51cb2ae 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = ansible29: ansible==2.9 ansiblelatest: ansible commands = - if hash apt-get 2>/dev/null; then apt-get install python3-apt; done; + bash -c "if hash apt-get 2>/dev/null; then apt-get install python3-apt; done"; ansible-playbook .ansible-test.yml -i localhost setenv = TOX_ENVNAME={envname}