Skip to content
Snippets Groups Projects

Added molecule tests for 'test' role

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -147,8 +147,9 @@ molecule-test:
#####
- rm /usr/lib/python*/EXTERNALLY-MANAGED
- python3 -m ensurepip
- pip3 install ansible ansible-dev-tools ansible-lint molecule ansible-core
- pip3 install -r ci-cd/requirements.txt
# - pip3 install ansible ansible-dev-tools ansible-lint molecule ansible-core
- pip3 install ansible ansible-dev-tools ansible-lint ansible-core
# - pip3 install -r ci-cd/requirements.txt
# - pip3 install -r ci-cd/requirements.txt
# - pip3 install --upgrade molecule molecule-docker
# - pip3 install --user "molecule-plugins[docker]"
Loading