[mod] role:system-basics

This commit is contained in:
Christian Fraß 2024-06-01 13:38:14 +02:00
parent 5c4df42844
commit fbbca1615f

View file

@ -17,11 +17,13 @@
"notify": "restart journal" "notify": "restart journal"
}, },
{ {
"name": "Install vim", "name": "install packages",
"become": true, "become": true,
"ansible.builtin.apt": { "ansible.builtin.apt": {
"pkg": [ "pkg": [
"vim" "vim",
"htop",
"tmux"
] ]
} }
}, },