From 6d82582a050e255d6b99827a39ac806a941d5fc1 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 15 Sep 2026 23:10:21 -0400 Subject: [PATCH] Simplifying ansible-lint step --- .woodpecker.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index cab1fb3..ae914a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,13 +3,7 @@ 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 + - name: ansible-lint image: ghcr.io/ansible/community-ansible-dev-tools:latest commands: - git config --global --add safe.directory "$CI_WORKSPACE"