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