[fix] role:espe_backend

This commit is contained in:
roydfalk 2024-06-07 13:25:06 +02:00
parent 0e5a5ffe4d
commit 56e71dbb61

View file

@ -1,4 +1,14 @@
[
{
"name": "packages",
"become": true,
"ansible.builtin.apt": {
"update_cache": true,
"pkg": [
"git"
]
}
},
{
"name": "user and directory",
"become": true,