mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-10 17:26:20 -04:00
Make sure molecule lint script has set -e option.
This commit is contained in:
parent
13e815a26f
commit
fa3c639b78
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ dependency:
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
lint: |
|
lint: |
|
||||||
|
set -e
|
||||||
yamllint .
|
yamllint .
|
||||||
ansible-lint
|
ansible-lint
|
||||||
platforms:
|
platforms:
|
||||||
|
|
Loading…
Add table
Reference in a new issue