[fix] role:authelia

This commit is contained in:
Christian Fraß 2024-03-19 18:46:14 +01:00
parent b658f3057c
commit db0ce65294

View file

@ -37,13 +37,6 @@
]
}
},
{
"name": "database",
"when": "var_authelia_storage_kind == 'postgresql'",
"ansible.builtin.include_tasks": {
"file": "database-postgresql.json"
}
},
{
"name": "generate private key for signing OIDC JWTs",
"become": true,