Molecule 3.0.8 is fixed, lint all files.
This commit is contained in:
parent
629ed73bca
commit
04acb016eb
|
|
@ -5,9 +5,9 @@ dependency:
|
||||||
options:
|
options:
|
||||||
role-file: requirements.yml
|
role-file: requirements.yml
|
||||||
lint: |
|
lint: |
|
||||||
PATH=${PATH}
|
set -e
|
||||||
yamllint molecule/default/converge.yml
|
yamllint .
|
||||||
ansible-lint molecule/default/converge.yml
|
ansible-lint
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue