Make sure molecule lint script has set -e option.

This commit is contained in:
Jeff Geerling 2020-02-24 09:44:29 -06:00
parent 514769b9ce
commit dabfb595bd

View File

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