We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b7e845 + d31bc93 commit ddc7840Copy full SHA for ddc7840
roles/zammad/tasks/install.yml
@@ -5,18 +5,6 @@
5
6
---
7
8
-- name: "Variable elasticsearch_url is deprecated"
9
- ansible.builtin.debug:
10
- msg:
11
- - "The variable elasticsearch_url is deprecated and will be removed in the next major release."
12
- - "Please use zammad_elasticsearch_url instead"
13
- when: "elasticsearch_url is defined and elasticsearch_url | length > 0"
14
-
15
-- name: "Set variable zammad_elasticsearch_url for backwards compatibility"
16
- ansible.builtin.set_fact:
17
- zammad_elasticsearch_url: "{{ elasticsearch_url }}"
18
19
20
- name: "Configure Zammad repository for Centos-like"
21
when: "ansible_distribution | lower == 'centos'"
22
block:
0 commit comments