fix: force pip install

This commit is contained in:
Simon Cornet 2025-07-18 18:17:14 +02:00
commit 2bbade377b

View file

@ -11,7 +11,7 @@ molecule:
image: "docker:latest"
script:
- apk add --no-cache python3 py3-pip git
- pip3 install --no-cache-dir ansible-lint molecule molecule-plugins[docker] ansible-core
- pip3 install --break-system-packages --no-cache-dir ansible-core ansible-lint molecule molecule-plugins[docker]
- mkdir -p ~/.ansible/roles
- ln -s $CI_PROJECT_DIR ~/.ansible/roles/siempie.dns
- ANSIBLE_ROLES_PATH=~/.ansible/roles:$CI_PROJECT_DIR molecule test