do we need 2.4 anymore? Looks like it is not longer compatible with this version of ansible-lint...

This commit is contained in:
matt
2025-08-11 14:44:55 -06:00
parent d52f5d0aaf
commit 6991fa35f6

View File

@@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v4
- run: ./.github/workflows/run-pc.sh
shell: bash
pre-commit-24:
container:
image: quay.io/ansible-product-demos/apd-ee-24
options: --user root
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh
shell: bash
# pre-commit-24:
# container:
# image: quay.io/ansible-product-demos/apd-ee-24
# options: --user root
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - run: USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh
# shell: bash
#