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.
1 parent a2f25f7 commit 95849c0Copy full SHA for 95849c0
roles/zammad/README.md
@@ -25,7 +25,7 @@ The below requirements are needed on the target host:
25
## Role Variables
26
27
```yaml
28
-zammad_version: "6.2.0"
+zammad_version: "6.3.0"
29
```
30
31
Zammad version to be installed.
roles/zammad/defaults/main.yml
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: MIT
5
6
---
7
+zammad_version: "6.3.1"
8
zammad_release_channel: "stable"
9
zammad_domain_name: "{{ ansible_fqdn }}"
10
0 commit comments