diff options
author | 2019-12-07 14:15:02 +0100 | |
---|---|---|
committer | 2019-12-07 14:24:39 +0100 | |
commit | 8d1eff9562636de1bd4aa206c5b1c0eaf952fee8 (patch) | |
tree | 8d99c4ccb593a0fcd1376a82982bf1407625c4c1 | |
parent | 0481ad37d31a1161845a3312d6576f6987d37580 (diff) |
Disable false ansiblelint warnings
git commit has to be executed via shell module [1].
it also fixes Functest branch
[1] https://github.com/ansible/ansible/issues/50334
Change-Id: Ie4595f7bc2b54545b2f824f5ac3fb1d20340f13c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit abe7e05d27f7801b902821a85186dca0c9e563ae)
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit,perm [testenv] usedevelop = True deps = - -chttps://git.opnfv.org/functest/plain/upper-constraints.txt + -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/iruya -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -35,7 +35,7 @@ commands = [testenv:ansiblelint] basepython = python3.6 -commands = ansible-lint ansible/site.yml +commands = ansible-lint -x303 ansible/site.yml [testenv:bandit] basepython = python3.6 |