Skip to content

Commit 8ccfd35

Browse files
committed
Install Zammad 6.4.1 by default
Signed-off-by: Norman Ziegner <[email protected]>
1 parent cdf12d1 commit 8ccfd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/zammad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The below requirements are needed on the target host:
3131
## Role Variables
3232

3333
```yaml
34-
zammad_version: "6.3.1"
34+
zammad_version: "6.4.1"
3535
```
3636
3737
Zammad version to be installed.

roles/zammad/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: MIT
55

66
---
7-
zammad_version: "6.3.1"
7+
zammad_version: "6.4.1"
88
zammad_release_channel: "stable"
99
zammad_domain_name: "{{ ansible_fqdn }}"
1010

0 commit comments

Comments
 (0)