diff --git a/justfile b/justfile index eddaf8b..e0add06 100644 --- a/justfile +++ b/justfile @@ -9,3 +9,6 @@ deps: check playbook=default_playbook inventory=default_inventory: ansible-playbook {{playbook}} --inventory={{inventory}} --check + +lint: + vagrant validate