Ensure set -e is on molecule lint command.

This commit is contained in:
Jeff Geerling
2020-02-24 09:43:17 -06:00
parent 5491d5b4b2
commit 306bea8fe3

View File

@@ -7,6 +7,7 @@ driver:
ansible_connection_options: ansible_connection_options:
ansible_connection: docker ansible_connection: docker
lint: | lint: |
set -e
yamllint . yamllint .
platforms: platforms:
- name: instance-kind - name: instance-kind