7 lines
103 B
Makefile
7 lines
103 B
Makefile
# show help by default
|
|
default:
|
|
@just --list --justfile {{ justfile() }}
|
|
|
|
lint:
|
|
ansible-lint .
|