diff options
author | 2022-02-09 11:47:31 +0100 | |
---|---|---|
committer | 2022-02-09 11:51:08 +0100 | |
commit | 36c3b94aaab54e61417f11d9ef7eecb9b68b532a (patch) | |
tree | efb1dd9e98ed009bc4a07ab949b13b9b71df2490 /ansible | |
parent | a97a75a7fd225cee82c7e9d5ed948aba9f128f09 (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>
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 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 |