From 6f2379067119b02e790597ac7837fbe42ec53701 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Thu, 16 Jan 2020 18:37:47 +0100 Subject: [PATCH] try to fix apt --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dce4d4e..3a4c33d 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = ansible29: ansible==2.9 ansiblelatest: ansible commands = - pip3 install python3-apt; + 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}