From d2b89c83db509d8d6bad16427146365c26992deb Mon Sep 17 00:00:00 2001 From: "Gael Chamoulaud (Strider)" Date: Tue, 15 Dec 2020 09:02:31 +0100 Subject: [PATCH] Ignore ansible-lint command exit code This patch disables the ansible-lint check by ignoring the command exit code. Signed-off-by: Gael Chamoulaud (Strider) Change-Id: Idc345bb16456b4092ece0c1ed21800b64c2586ba --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 54309bdca..7ab2556b7 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ commands = oslo_debug_helper {posargs} [testenv:ansible-lint] basepython = python2 commands = - bash tools/ansible-lint.sh + - bash tools/ansible-lint.sh [flake8] # E123, E125 skipped as they are invalid PEP-8.