Skip to content

Commit

Permalink
Fix molecule install to comply with ever changing package structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
eengstrom committed Feb 26, 2021
1 parent cd8a6d5 commit a78ea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -d /vagrant ]; then
fi

# Install molecule
pip install "molecule>=3.0.3" testinfra docker
pip install "molecule[ansible,docker,lint]" testinfra docker

# Install linting tools
pip install yamllint ansible-lint flake8
Expand Down

0 comments on commit a78ea0b

Please sign in to comment.