[mod] role:system-basics
This commit is contained in:
parent
5c4df42844
commit
fbbca1615f
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue