diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 14:15:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 14:15:02 +0100 |
commit | abe7e05d27f7801b902821a85186dca0c9e563ae (patch) | |
tree | ac2b346b2b593078022ec3b8ae7b7de2e55f7c9e /tox.ini | |
parent | 6119abf09d3d5a98509619b650b054aca2edbceb (diff) |
Disable false ansiblelint warnings
git commit has to be executed via shell module [1].
[1] https://github.com/ansible/ansible/issues/50334
Change-Id: Ie4595f7bc2b54545b2f824f5ac3fb1d20340f13c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ commands = [testenv:ansiblelint] basepython = python3.7 -commands = ansible-lint ansible/site.yml +commands = ansible-lint -x303 ansible/site.yml [testenv:bandit] basepython = python3.7 |