diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 0ac56e622545f119be11969d43a7e09cd68e30a1..849d9a1d532645a93933ef426ab8f5a869a10357 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
           python-version: "3.x"
       - name: Run ansible-lint
         run: |
-          pip install "ansible-core>=2.16,<2.17" 'ansible-lint>=6.21'
+          pip install "ansible-core>=2.16,<2.17" 'ansible-lint>=6.22'
           utils/build-galaxy-release.sh -ki
           cd .galaxy-build
           ansible-lint --profile production --exclude tests/integration/ --exclude tests/unit/ --parseable --nocolor
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 501c00793ecc8d19e00444201cc9a14991f7d71d..5df0f4335a6bcee4a7f89cba25ed7f1b8f320853 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -7,4 +7,4 @@ pylint==2.17.2
 wrapt==1.14.1
 pydocstyle==6.3.0
 yamllint==1.32.0
-ansible-lint
+ansible-lint >= 6.22