Unpin ansible-lint

We have a probelm with current yaml version and ansible-lint
TypeError: unbound method construct_mapping() must be called with Constructor instance as first argument (got Loader instance instead)

Related-Bug: 1778865

Change-Id: I6b19a2fc78742dfad6b59374071669a5d5811572
This commit is contained in:
Quique Llorente 2018-06-27 11:20:16 +02:00
parent 98fcc9d14d
commit f67455259a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ openstackdocstheme>=1.11.0 # Apache-2.0
hacking<0.11,>=0.10
bashate>=0.2 # Apache-2.0
ansible-lint==3.4.21
ansible-lint
jenkins-job-builder
docutils>=0.11
sphinx>=1.6.2 # BSD