Make sure molecule lint script has set -e option.

This commit is contained in:
Jeff Geerling 2020-02-24 09:42:10 -06:00
parent 77f39119bc
commit 7e040f2301

View file

@ -4,6 +4,7 @@ dependency:
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
platforms: