ruby-Version wird upstream gesetzt

This commit is contained in:
phil 2021-07-29 16:06:21 +02:00
parent 0c04610aa2
commit 48e995e215
3 changed files with 7 additions and 12 deletions

View file

@ -4,7 +4,6 @@ debian_version: buster
ruby_path: "{{ zammad_user_home }}/.rbenv"
ruby_bin_path: "{{ ruby_path }}/versions/{{ ruby_version }}/bin"
ruby_build_repo: https://github.com/rbenv/ruby-build.git
ruby_version: 2.6.6
zammad_database_name: zammad
zammad_database_password: "{{ lookup('password', '/tmp/zammad_database_pwd length=42 chars=ascii_letters,digits') }}"
@ -18,5 +17,5 @@ zammad_log_path: /var/log/zammad
zammad_repo: https://github.com/zammad/zammad.git
zammad_user: zammad
zammad_user_home: "/home/{{ zammad_user }}"
zammad_version: 4.1.0
zammad_version: 5.0.0
zammad_webserver_configuration: "/etc/nginx/sites-available/{{ zammad_domain }}"