Code Review
/
ansible
/
roles
/
lf-recommended-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a19e2cd
)
Pin ansible and ansible-lint
79/15979/1
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Mon, 24 Jun 2019 20:57:34 +0000
(13:57 -0700)
committer
Andrew 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
patch
|
blob
|
history
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 = *