Apply review comments

This commit is contained in:
Marius Melzer 2024-04-24 20:02:51 +02:00
parent e70ab02fed
commit 389b171401
2 changed files with 40 additions and 31 deletions

View file

@ -14,6 +14,15 @@
},
"notify": "restart journal"
},
{
"name": "Install vim",
"become": true,
"ansible.builtin.apt": {
"pkg": [
"vim"
]
}
},
{
"name": "Set vim as default editor",
"community.general.alternatives": {