inspector/.justfile
2025-09-09 14:51:15 -05:00

9 lines
157 B
Makefile

# set dotenv-load := true
set shell := ["bash","-eu","-o","pipefail","-c"]
setup:
rye sync
run:
rye run ansible localhost -m ansible.builtin.setup