diff --git a/.woodpecker.yml b/.woodpecker.yml index 3e7a17c..8b153b6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,14 +3,8 @@ when: branch: [main] steps: - - name: install-roles - image: ghcr.io/ansible/community-ansible-dev-tools:latest - commands: - - ansible-galaxy role install -r requirements.yml -p "$CI_WORKSPACE/roles" - - ansible-galaxy collection install -r requirements.yml -p "$CI_WORKSPACE/collections" - - name: lint-ansible - image: ghcr.io/ansible/community-ansible-dev-tools:latest + image: python:3.14-slim commands: - - git config --global --add safe.directory "$CI_WORKSPACE" - - ansible-lint -v --offline + - pip install ansible-lint + - ansible-lint --force-color