Skip to content

Commit

Permalink
Update requirements.dev.txt (ansible-compat==3.0.1)
Browse files Browse the repository at this point in the history
There is an improperly handled breaking change in ansible-compat, which causes a malfunction in molecule. As a result, you should enforce the usage of ansible-compat==3.0.1 instead of version 4.0.1 (at least until the necessary fix is provided in molecule ansible/molecule#3904 ).
  • Loading branch information
vitabaks committed May 2, 2023
1 parent 061a9ee commit 24f91f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ yamllint==1.31.0
molecule==5.0.0
molecule-plugins[docker]==23.4.0
docker==6.0.1
ansible-compat==3.0.1

0 comments on commit 24f91f5

Please sign in to comment.