From: Andrew Grimberg Date: Mon, 24 Jun 2019 20:57:34 +0000 (-0700) Subject: Pin ansible and ansible-lint X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F15979%2F1;p=ansible%2Froles%2Flf-recommended-tools.git 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 --- 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 = *