Update to ansible 2.7 for linting
We run ansible 2.7 with zuul, so update the version we use for linting. Change-Id: Ifdbd75272e525b499fe97cbf72e9d735fd13876e
This commit is contained in:
parent
ecc2997769
commit
5e11aa650c
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ deps =
|
|||||||
# Unfortunately pip doesn't do actual dependency resolution, so
|
# Unfortunately pip doesn't do actual dependency resolution, so
|
||||||
# we need to manually ansible at the top level to the same as
|
# we need to manually ansible at the top level to the same as
|
||||||
# zuul requirements.txt
|
# zuul requirements.txt
|
||||||
ansible>=2.5.1,<2.6
|
ansible>=2.7.0,<2.8
|
||||||
ansible-lint<4
|
ansible-lint<4
|
||||||
hacking>=1.1,<1.2
|
hacking>=1.1,<1.2
|
||||||
bashate>=0.2
|
bashate>=0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user