From 78243e0729dac0622609ed9895ec24ffb3ed58ea Mon Sep 17 00:00:00 2001 From: Koda YeenBean Date: Sun, 30 Aug 2026 18:20:58 +0200 Subject: [PATCH] added Ansible vault editor to env varriables --- env.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/env.lua b/env.lua index bd0669d..7690449 100644 --- a/env.lua +++ b/env.lua @@ -5,4 +5,5 @@ hl.env("GCM_CREDENTIAL_STORE", "gpg") hl.env("GTK_THEME", "Adwaita:dark") hl.env("KUBECONFIG", "/mnt/bulk/git/ansible-deployment/inventory/k8s-lab/artifacts/admin.conf") hl.env("BAO_ADDR", "https://sql01.ascheu.de:8200") -hl.env("KUBE_EDITOR", "nano") \ No newline at end of file +hl.env("KUBE_EDITOR", "nano") +hl.env("ANSIBLE_VAULT_EDITOR", "nano") \ No newline at end of file