From 977cc3bc0790692edbcf755415186c3a6b617095 Mon Sep 17 00:00:00 2001 From: Oleksandr Havryliak <88387200+olexandr-havryliak@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:04:35 +0300 Subject: [PATCH] PSMDB use the latest ansible (#2748) --- vars/installMoleculeBookworm.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/installMoleculeBookworm.groovy b/vars/installMoleculeBookworm.groovy index 9b6643b6f9..ea8da9b150 100644 --- a/vars/installMoleculeBookworm.groovy +++ b/vars/installMoleculeBookworm.groovy @@ -8,6 +8,6 @@ def call() { python3 -m pip install --upgrade pip python3 -m pip install --upgrade setuptools python3 -m pip install --upgrade setuptools-rust - python3 -m pip install --upgrade PyYaml==5.3.1 molecule==3.3.0 testinfra pytest molecule-ec2==0.3 molecule[ansible] "ansible<7.0.0" "ansible-lint>=5.1.1,<6.0.0" boto3 boto + python3 -m pip install --upgrade PyYaml==5.3.1 molecule==3.3.0 testinfra pytest molecule-ec2==0.3 molecule[ansible] ansible "ansible-lint>=5.1.1,<6.0.0" boto3 boto """ }