mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Make sure molecule lint script has set -e option.
This commit is contained in:
parent
77f39119bc
commit
7e040f2301
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…
Reference in a new issue