mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-12 20:20:18 +01:00
Make sure molecule lint script has set -e option.
This commit is contained in:
parent
2a580b2621
commit
55390fd0b3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ dependency:
|
|||
driver:
|
||||
name: docker
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
platforms:
|
||||
|
|
Loading…
Reference in a new issue