From 36c3b94aaab54e61417f11d9ef7eecb9b68b532a Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 9 Feb 2022 11:47:31 +0100 Subject: [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 --- ansible/test/bin/install-molecule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/test') 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 -- cgit 1.2.3-korg