[mod] role:system-basics
This commit is contained in:
parent
5c4df42844
commit
fbbca1615f
|
|
@ -17,11 +17,13 @@
|
|||
"notify": "restart journal"
|
||||
},
|
||||
{
|
||||
"name": "Install vim",
|
||||
"name": "install packages",
|
||||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"pkg": [
|
||||
"vim"
|
||||
"vim",
|
||||
"htop",
|
||||
"tmux"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue