Entferne expliziten Hinweis auf Debian-Version
This commit is contained in:
parent
2351a8841c
commit
fa520a1165
2 changed files with 4 additions and 7 deletions
|
@ -1,15 +1,13 @@
|
|||
---
|
||||
cron_file: /etc/cron.d/zammad
|
||||
|
||||
debian_version: bullseye
|
||||
|
||||
es_version: 7.10.2
|
||||
es_version: "7.10.2"
|
||||
es_url: "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{{ es_version }}-amd64.deb"
|
||||
es_dl_path: /data
|
||||
es_ingest_attachment_version: 7.10.2
|
||||
es_ingest_attachment_version: "7.10.2"
|
||||
es_ingest_attachment_url: "https://artifacts.elastic.co/downloads/elasticsearch-plugins/ingest-attachment/ingest-attachment-{{ es_ingest_attachment_version }}.zip"
|
||||
|
||||
|
||||
es_attachment_max_size: "50"
|
||||
|
||||
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
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
- name: "packages: Abhängigkeiten installieren"
|
||||
apt:
|
||||
default_release: "{{ debian_version }}"
|
||||
pkg:
|
||||
- autoconf
|
||||
- automake
|
||||
|
|
Loading…
Reference in a new issue