From b4d9294853e44d8241d5e8041b3942eb15d20656 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Thu, 16 Jan 2020 18:47:44 +0100 Subject: [PATCH] =?UTF-8?q?Next=20try=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 51cb2ae..01e49e2 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = ansible29: ansible==2.9 ansiblelatest: ansible commands = - bash -c "if hash apt-get 2>/dev/null; then apt-get install python3-apt; done"; + pip3 install python-apt; ansible-playbook .ansible-test.yml -i localhost setenv = TOX_ENVNAME={envname}