redmine: update default version to 4.0.3

This commit is contained in:
Victor LABORIE 2019-05-13 11:19:30 +02:00
parent c2ed7faeb7
commit 0dd7b26ade
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ The **patch** part changes incrementally at each release.
* evocheck : version 19.04 from upstream
* evomaintenance : use the web API instead of PG Insert
* rbenv: update defaults rbenv version to 1.1.2 and ruby version to 2.5.5
* redmine: update default version to 4.0.3
### Fixed
* rbenv: add check_mode for check rbenv and ruby versions

View File

@ -3,7 +3,7 @@ puma_env: 'production'
puma_worker: 2
puma_min_thread: 0
puma_max_thread: 4
redmine_version: "4.0.1"
redmine_version: "4.0.3"
redmine_db_name: "{{ redmine_user }}"
redmine_db_host: "localhost"
redmine_db_username: "{{ redmine_user }}"