Add comment to document on-the-fly ansible vault crypto

I once wrote a simple function to decrypt and encrypt ansible-vaults
on the fly. This change finally ands a short explanatory comment to it.
This commit is contained in:
2026-03-01 17:14:54 +01:00
parent 4f5d215496
commit 4fc9c199f8

View File

@@ -175,6 +175,7 @@ vim.api.nvim_create_autocmd("FileType", {
end, end,
}) })
-- descrypt and encrypt ansible vault on the fly
if vim.fn.executable('ansible-vault') then if vim.fn.executable('ansible-vault') then
local function file_exists(name) local function file_exists(name)
local f = io.open(name, "r") local f = io.open(name, "r")