From 5c7fa548eab7c9782e2615380f60af82d93f2655 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Thu, 18 Nov 2021 14:23:47 +0100 Subject: [PATCH] update tox-lsr version to 2.8.0 New version adds check for proper commenting of the ansible_managed var --- .github/workflows/tox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 28af155..f4dc456 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy - pull_request - push env: - TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.7.1" + TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.8.0" LSR_ANSIBLE_TEST_DOCKER: "true" LSR_ANSIBLES: 'ansible==2.9.*' LSR_MSCENARIOS: default @@ -40,7 +40,7 @@ jobs: 27) toxenvs="${toxenvs},coveralls,flake8,pylint" ;; 36) toxenvs="${toxenvs},coveralls,ensure_provider_tests,black,yamllint" ;; 38) toxenvs="${toxenvs},coveralls,ansible-lint,ansible-plugin-scan,collection,ansible-test" ;; - 39) toxenvs="${toxenvs},coveralls" ;; + 39) toxenvs="${toxenvs},coveralls,ansible-managed-var-comment" ;; esac TOXENV="$toxenvs" lsr_ci_runtox python-26: