mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
molecule: Hardcode ansible-lint version
This fixes the following traceback:
Traceback (most recent call last):
[...]
File "/home/travis/build/linux-system-roles/network/.tox/env-3.6/lib/python3.6/site-packages/ansiblelint/utils.py", line 775, in expand_path_vars
path = path.strip()
AttributeError: 'PosixPath' object has no attribute 'strip'
Reference: https://travis-ci.com/github/linux-system-roles/network/jobs/373270149
This commit is contained in:
parent
67c1cced8f
commit
3188594249
1 changed files with 1 additions and 0 deletions
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
# Write extra requirements for running molecule here:
|
||||
jmespath
|
||||
ansible-lint==4.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue