From 0c9c640570e5f15080dea643d97297162ed61f74 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 15 Apr 2024 17:08:11 +0200 Subject: [PATCH] Update .woodpecker.yml (x10) --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 111bc62..132446e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,7 +17,7 @@ steps: - apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake - apk add --no-cache py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh - python3 -m pip config set global.break-system-packages true - - python3 -m pip install ansible molecule[docker] docker + - python3 -m pip install ansible molecule molecule-plugins[docker] docker - export ANSIBLE_COLLECTION=slococo/playground - cd "$ANSIBLE_COLLECTION" - molecule test