Skip to content

Commit

Permalink
ci: install molecule using docker driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jobcespedes committed Oct 16, 2020
1 parent 3eebba7 commit e30bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.role_name}}/test/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
set -e

test -f requirements.txt && pip install -r requirements.txt || echo "no requirements"
pip install molecule docker ansible-lint yamllint flake8
pip install molecule[docker] docker ansible-lint yamllint flake8

set +e

0 comments on commit e30bfa3

Please sign in to comment.