Make sure molecule lint command has set -e.

This commit is contained in:
Jeff Geerling
2020-02-24 10:08:16 -06:00
parent a85556d299
commit 39aec6b03c
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

@@ -7,6 +7,7 @@ driver:
managed: False
ansible_connection_options: {}
lint: |
set -e
yamllint .
ansible-lint
platforms: