Ignore ansible-lint 405 rule

This is a new rule for retries for downloads, ignore it for now until we
can properly determine best solution.

Change-Id: I84863276a439882342e7f13e946f9d34cf6bb0fe
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-04 18:10:28 -05:00
parent 38ebb1b650
commit 54990d1c2f
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ whitelist_externals = bash
commands =
yamllint -s .
flake8
bash -c "cd playbooks; find . -type f -regex '.*.y[a]?ml' -print0 | xargs -t -n1 -0 \
ansible-lint"
bash -c "ansible-lint -x 405 playbooks/*.yaml"
[testenv:venv]
basepython = python3