Pin ansible and ansible-lint 79/15979/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Jun 2019 20:57:34 +0000 (13:57 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Jun 2019 20:57:34 +0000 (13:57 -0700)
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 <agrimberg@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index df46764..fe432b3 100644 (file)
--- 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 = *