diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-03-16 11:08:09 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-03-16 11:08:09 +0100 |
commit | eb8bad1dc2a0228fccca3e843b8f2a1a54a5fdd4 (patch) | |
tree | 3270753833b775ea816afa093451fd24a8d1e8dc /ansible | |
parent | dd6d4d5f50e741923ab2e95de1a5f34e870bdab3 (diff) |
[MOLECULE] Pin the ansible-lint pip package
Pinned to 5.4.0 due to an issue when version is resolved automatically
Change-Id: Idbeb12b472c4e4122da980d762b3703abd8084cc
Issue-ID: OOM-2927
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible')
-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 d18f70f7..f1c8aaa4 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 docker molecule-docker==0.2.4 pytest-testinfra yamllint flake8 markupsafe==2.0.1 + pip -q install ansible-lint==5.4.0 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 markupsafe==2.0.1 fi |