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