diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-02-09 11:47:31 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-02-09 11:27:33 +0000 |
commit | f19eb37d62f0866481c99c861e378c0e519c941f (patch) | |
tree | 70d389dd2535f16d8fbae850e5c59d752e135763 | |
parent | 476ea7cc48cf0d15c43c2022a78ef4356c851cde (diff) |
[MOLECULE] Unpin the ansible-lint pip package
Unpinned due to molecule failing on 'lint' command
Change-Id: Ib8fddf2edd0c8b81176f6ebfd5346478d6b53e52
Issue-ID: OOM-2924
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rwxr-xr-x | ansible/test/bin/install-molecule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/bin/install-molecule.sh b/ansible/test/bin/install-molecule.sh index c2d8e42f..87de8d85 100755 --- a/ansible/test/bin/install-molecule.sh +++ b/ansible/test/bin/install-molecule.sh @@ -42,5 +42,5 @@ source ${VENV_PATH}/bin/activate if [ ! -z ${VIRTUAL_ENV} ]; then echo "Activated virtual env in ${VIRTUAL_ENV}" pip -q install -U pip - pip -q install molecule==3.3.0 Jinja2==2.11.3 ansible-base==2.10.8 ansible==3.2.0 ansible-lint==5.0.7 docker molecule-docker==0.2.4 pytest-testinfra yamllint flake8 + pip -q install molecule==3.3.0 Jinja2==2.11.3 ansible-base==2.10.8 ansible==3.2.0 docker molecule-docker==0.2.4 pytest-testinfra yamllint flake8 fi |