1
0
Fork 0
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:
Jeff Geerling 2020-02-24 09:46:20 -06:00
parent 13e815a26f
commit fa3c639b78

View file

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