Skip to content

Commit

Permalink
Psmdb ansible (#2751)
Browse files Browse the repository at this point in the history
* PSMDB downgrade ansible

* PSMDB ansible<10.0.0
  • Loading branch information
olexandr-havryliak authored Jul 22, 2024
1 parent 793ffe9 commit 47e7651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/installMoleculeBookworm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 "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<10.0.0" "ansible-lint>=5.1.1,<6.0.0" boto3 boto
"""
}

0 comments on commit 47e7651

Please sign in to comment.