fix(ansible): incorrect key spec

This commit is contained in:
Folke Lemaitre 2024-03-07 16:40:58 +01:00
parent ed135e6ffd
commit b2a0ae6d0d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -26,6 +26,7 @@ return {
{ {
"mfussenegger/nvim-ansible", "mfussenegger/nvim-ansible",
keys = { keys = {
{
"<leader>tr", "<leader>tr",
function() function()
require("ansible").run() require("ansible").run()
@ -33,4 +34,5 @@ return {
silent = true, silent = true,
}, },
}, },
},
} }