diff --git a/README.md b/README.md index d60642e..80e6d84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ -This Ansible galaxy role can be used to install and upgrade [Kimai](https://www.kimai.org/), see the [defaults/main.yml](defaults/main.yml) file for the required variables. +This Ansible galaxy role can be used to install and upgrade +[Kimai](https://www.kimai.org/), see the [defaults/main.yml](defaults/main.yml) +file for the required variables. -This role doesn't install or configure a webserver or database server but it assumes MySQL / MariaDB will be used. +This role doesn't install or configure a webserver or database server but it +assumes MySQL / MariaDB will be used. -If you use this role please specify which [released version](https://git.coop/webarch/kimai/-/releases) to download in your `requirements.yml` file. +If you use this role please specify which [released +version](https://git.coop/webarch/kimai/-/releases) to download in your +`requirements.yml` file, see the [releases listed at +GitHub](https://github.com/kevinpapst/kimai2/releases). -Note that [version 1.7 upwards](https://github.com/kevinpapst/kimai2/blob/master/UPGRADING.md) requires the `mysql` database to contain timzone data, this can be [imported when changed using Ansible](https://git.coop/webarch/mariadb/blob/master/tasks/tz.yml). +Note that [version 1.7 +upwards](https://github.com/kevinpapst/kimai2/blob/master/UPGRADING.md) +requires the `mysql` database to contain timzone data, this can be [imported +when changed using +Ansible](https://git.coop/webarch/mariadb/blob/master/tasks/tz.yml).