Skip to content

Commit

Permalink
molecule fails to launch with this error
Browse files Browse the repository at this point in the history
ansible/molecule#3903

- this removes the ability to use

`molecule lint` command
  • Loading branch information
kayiwa committed Jun 17, 2023
1 parent 5a66379 commit 9a54463
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 175 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ ansible = "==5.4.0"
ansible-lint = "==5.4.0"
gitpython = "*"
gitdb = "*"
molecule = {version = "==3.6.1", extras = ["docker"]}
molecule-docker = "==1.1.0"
molecule = {version = "==5.0.1", extras = ["docker"]}
pyyaml = "==6.0"
yamllint = "==1.26.3"
requests = "==2.31.0"
Expand Down
Loading

0 comments on commit 9a54463

Please sign in to comment.