fix: force pip install
This commit is contained in:
parent
a378487780
commit
2bbade377b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ molecule:
|
||||||
image: "docker:latest"
|
image: "docker:latest"
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache python3 py3-pip git
|
- 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
|
- mkdir -p ~/.ansible/roles
|
||||||
- ln -s $CI_PROJECT_DIR ~/.ansible/roles/siempie.dns
|
- ln -s $CI_PROJECT_DIR ~/.ansible/roles/siempie.dns
|
||||||
- ANSIBLE_ROLES_PATH=~/.ansible/roles:$CI_PROJECT_DIR molecule test
|
- ANSIBLE_ROLES_PATH=~/.ansible/roles:$CI_PROJECT_DIR molecule test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue