when: branch: master steps: molecule: image: docker:dind commands: - 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 molecule-plugins[docker] docker - export ANSIBLE_COLLECTION=slococo/playground - cd "$ANSIBLE_COLLECTION" - molecule test volumes: - /var/run/docker.sock:/var/run/docker.sock services: dind: image: docker:dind privileged: true