Revert "Workaround for ansible-lint installation failure"

This reverts the disabling of the ansible-lint test from
commit cffd4fc9d4 and updates
ansible-lint to the fixed version.

Conflicts:
>------tripleo_ansible/roles/tripleo-container-manage/tasks/main.yml

Change-Id: I37100f5e1764a5cd2cb8df82ae963e673ca0a8da
(cherry picked from commit 28e105c056)
This commit is contained in:
Jesse Pretorius (odyssey4me) 2019-10-29 10:54:24 +00:00
parent 3a4aaae755
commit c5c7021f31
2 changed files with 2 additions and 4 deletions

View File

@ -25,7 +25,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict -f parsable
- repo: https://github.com/ansible/ansible-lint
rev: v4.1.0a0
rev: v4.1.1a2
hooks:
- id: ansible-lint
files: \.(yaml|yml)$

View File

@ -82,9 +82,7 @@ deps =
-r {toxinidir}/molecule-requirements.txt
commands =
{[testenv:pep8]commands}
#TODO(ekultails): Re-enable after this is fixed
# https://github.com/ansible/ansible-lint/issues/590
#{[testenv:ansible-lint]commands}
{[testenv:ansible-lint]commands}
{[testenv:bashate]commands}
{[testenv:yamllint]commands}
{[testenv:whitespace]commands}