[fix] role:espe_backend
This commit is contained in:
parent
0e5a5ffe4d
commit
56e71dbb61
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"name": "packages",
|
||||||
|
"become": true,
|
||||||
|
"ansible.builtin.apt": {
|
||||||
|
"update_cache": true,
|
||||||
|
"pkg": [
|
||||||
|
"git"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "user and directory",
|
"name": "user and directory",
|
||||||
"become": true,
|
"become": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue