Loading .gitlab/testing.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab/testing.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading