From 0f93d0a758adb49bd0d1cc631617ace50a91596a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 15 Apr 2024 16:43:01 +0200 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 78cdf06..e77992a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,3 +11,15 @@ steps: - ansible-lint - ansible-galaxy collection install "$ANSIBLE_COLLECTION" - ansible-playbook "$ANSIBLE_COLLECTION"/playbooks/main.yml --syntax-check + molecule: + image: docker:dind + commands: + - apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf \ + automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh + - python3 -m pip install ansible molecule[docker] + - molecule test + +services: + dind: + image: docker:dind + privileged: true