From 628dd64ca2381e74d7fb841f23278de18f62212c Mon Sep 17 00:00:00 2001 From: James Allenby Date: Tue, 23 Jun 2026 22:00:55 +0100 Subject: [PATCH] feat: add clean recipe --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index c7a72b9..77a5bd3 100644 --- a/Justfile +++ b/Justfile @@ -19,3 +19,6 @@ ansible-run-playbook: get-admin-conf: incus exec master-0 -- cat /etc/kubernetes/admin.conf > k8s-admin.conf + +clean: tofu-destroy + git clean -fdx