Apply review comments
This commit is contained in:
parent
e70ab02fed
commit
389b171401
2 changed files with 40 additions and 31 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue