[fix] role:vikunja

This commit is contained in:
roydfalk 2024-06-09 17:39:28 +02:00
parent 07d382b80d
commit af476b4ffc

View file

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