diff --git a/.ansible-lint b/.ansible-lint index 8a92cfe..de5376d 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,11 +1,6 @@ --- profile: production extra_vars: - # In order to fix the ansible-lint 6.x parser-error, the file - # `tests/get_coverage.yml` has to be declared as the playbook and an extra - # variable `test_playbook` has to be defined. The value of the variable - # `test_playbook`is less important which only meets the purpose of passing - # the ansible-lint 6.x check test_playbook: tests_default.yml kinds: - yaml: "**/meta/collection-requirements.yml" diff --git a/.github/workflows/ansible-managed-var-comment.yml b/.github/workflows/ansible-managed-var-comment.yml index 26f9439..dd78dda 100644 --- a/.github/workflows/ansible-managed-var-comment.yml +++ b/.github/workflows/ansible-managed-var-comment.yml @@ -30,7 +30,7 @@ jobs: - name: Install tox, tox-lsr run: | set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@2.13.1" + pip3 install "git+https://github.com/linux-system-roles/tox-lsr@2.13.2" - name: Run ansible-plugin-scan run: | diff --git a/.github/workflows/ansible-plugin-scan.yml b/.github/workflows/ansible-plugin-scan.yml index e9bc438..e4fb180 100644 --- a/.github/workflows/ansible-plugin-scan.yml +++ b/.github/workflows/ansible-plugin-scan.yml @@ -30,7 +30,7 @@ jobs: - name: Install tox, tox-lsr run: | set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@2.13.1" + pip3 install "git+https://github.com/linux-system-roles/tox-lsr@2.13.2" - name: Run ansible-plugin-scan run: | diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index ecf1772..b81199e 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -33,7 +33,7 @@ jobs: - name: Install tox, tox-lsr run: | set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@2.13.1" + pip3 install "git+https://github.com/linux-system-roles/tox-lsr@2.13.2" - name: Convert role to collection format run: |