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,14 +1,12 @@
|
||||||
---
|
---
|
||||||
cron_file: /etc/cron.d/zammad
|
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_url: "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{{ es_version }}-amd64.deb"
|
||||||
es_dl_path: /data
|
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_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_path: "{{ zammad_user_home }}/.rbenv"
|
||||||
ruby_bin_path: "{{ ruby_path }}/versions/{{ ruby_version }}/bin"
|
ruby_bin_path: "{{ ruby_path }}/versions/{{ ruby_version }}/bin"
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
- name: "packages: Abhängigkeiten installieren"
|
- name: "packages: Abhängigkeiten installieren"
|
||||||
apt:
|
apt:
|
||||||
default_release: "{{ debian_version }}"
|
|
||||||
pkg:
|
pkg:
|
||||||
- autoconf
|
- autoconf
|
||||||
- automake
|
- automake
|
||||||
|
|
Loading…
Reference in a new issue