[just] add "lint" recipe
currently only lints `Vagrantfile`
This commit is contained in:
parent
d71f081a95
commit
61452e0cb9
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -9,3 +9,6 @@ deps:
|
||||||
|
|
||||||
check playbook=default_playbook inventory=default_inventory:
|
check playbook=default_playbook inventory=default_inventory:
|
||||||
ansible-playbook {{playbook}} --inventory={{inventory}} --check
|
ansible-playbook {{playbook}} --inventory={{inventory}} --check
|
||||||
|
|
||||||
|
lint:
|
||||||
|
vagrant validate
|
||||||
|
|
Loading…
Add table
Reference in a new issue