From 10714ef972934aae018943725793276ae6a28a1b Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 24 Jun 2019 13:57:34 -0700 Subject: [PATCH] Pin ansible and ansible-lint Both ansible and ansible-lint need to be pinned to be able to pass the molecule tests at this time. Change-Id: Id29d3afbc998fe987be5f57428c061f62229389b Signed-off-by: Andrew Grimberg --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df46764..fe432b3 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,8 @@ commands = [testenv:molecule] basepython = python2 deps = - ansible + ansible~=2.7.11 + ansible-lint~=4.0.1 docker molecule passenv = * -- 2.16.6