Make sure molecule lint script has set -e option.

This commit is contained in:
Jeff Geerling 2020-02-24 09:42:52 -06:00
parent a19ed56128
commit fce29b0842

View File

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