Make sure molecule lint script has set -e option.

This commit is contained in:
Jeff Geerling 2020-02-24 09:45:01 -06:00
parent 9fd6f2973b
commit fc5451b2aa
1 changed files with 1 additions and 0 deletions

View File

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