mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-21 00:31:42 +02:00
Use molecule 3.0.8 adviced way of working.
This commit is contained in:
parent
93fb3616cd
commit
b506730119
|
@ -7,9 +7,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 tasks/main.yml
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
|
|
Loading…
Reference in a new issue