diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml index e7cc58c..6826daf 100644 --- a/.gitea/workflows/check.yaml +++ b/.gitea/workflows/check.yaml @@ -11,6 +11,6 @@ jobs: - name: Check out repo uses: actions/checkout@v3 - run: python3 -m venv venv - - run: venv/bin/pip --disable-pip-version-check install ansible==13.5.0 ansible-lint==25.8.2 + - run: venv/bin/pip --disable-pip-version-check install ansible==12.0.0 ansible-lint==25.8.2 - run: venv/bin/ansible-lint -c .ansible-lint ansible # TODO: Reimplement ansible-play --check step from old drone config