Switching to python:3.14-slim image to try speeding up the lint step
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
2026-09-15 20:16:35 -04:00
parent 31abe0f2b2
commit d392bddd3a
+2 -1
View File
@@ -4,6 +4,7 @@ when:
steps: steps:
- name: lint-ansible - name: lint-ansible
image: ghcr.io/ansible/community-ansible-dev-tools:latest image: python:3.14-slim
commands: commands:
- pip install --no-cache-dir ansible-lint
- ansible-lint - ansible-lint