From ba4678d2dd94faa023aa9cc3c2cbb1eb4fec2bf6 Mon Sep 17 00:00:00 2001 From: saibotk Date: Thu, 16 Sep 2021 05:45:21 +0200 Subject: [PATCH] vikunja: Fix line lengths --- roles/vikunja/defaults/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/roles/vikunja/defaults/main.yml b/roles/vikunja/defaults/main.yml index 6f515f4..a4e320c 100644 --- a/roles/vikunja/defaults/main.yml +++ b/roles/vikunja/defaults/main.yml @@ -80,7 +80,9 @@ vikunja_service_enablelinksharing: true vikunja_service_enableregistration: true # Whether to enable task attachments or not vikunja_service_enabletaskattachments: true -# The time zone all timestamps are in. Please note that time zones have to use [the official tz database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). UTC or GMT offsets won't work. +# The time zone all timestamps are in. +# Please note that time zones have to use [the official tz database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). +# UTC or GMT offsets won't work. vikunja_service_timezone: "GMT" # Whether task comments should be enabled or not vikunja_service_enabletaskcomments: true @@ -131,7 +133,8 @@ vikunja_log: databaselevel: "WARNING" # Whether to log http requests or not. Possible values are stdout, stderr, file or off to disable http logging. http: "off" - # Echo has its own logging which usually is unnessecary, which is why it is disabled by default. Possible values are stdout, stderr, file or off to disable standard logging. + # Echo has its own logging which usually is unnessecary, which is why it is disabled by default. + # Possible values are stdout, stderr, file or off to disable standard logging. echo: "off" # Whether or not to log events. Useful for debugging. Possible values are stdout, stderr, file or off to disable events logging. events: "stdout" @@ -263,7 +266,8 @@ vikunja_auth_local_enabled: true # **Note 2:** The frontend expects to be redirected after authentication by the third party # to /auth/openid/. Please make sure to configure the redirect url with your third party # auth service accordingy if you're using the default vikunja frontend. -# Take a look at the [default config file](https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample) for more information about how to configure openid authentication. +# Take a look at the [default config file](https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample) +# for more information about how to configure openid authentication. # Enable or disable OpenID Connect authentication vikunja_auth_openid_enabled: false