From 07eda2f04bcff3ce36f29ca9cf3726d779d5c117 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 30 Apr 2018 14:29:59 +0200 Subject: [PATCH] tox.init: Unpin ansible for ansible-syntax Signed-off-by: Zack Cerza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2cb6f1e..69ea1e0 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands=ansible-lint -x ANSIBLE0010,ANSIBLE0012,ANSIBLE0017 ansible/playbook.ym [testenv:ansible-syntax] install_command = pip install --upgrade {opts} {packages} deps= - ansible==2.2.3.0 + ansible changedir=ansible commands= ansible-playbook -i '127.0.0.1,' playbook.yml --syntax-check -vv -- 2.47.3