Benutze stable-Repo, siehe https://docs.zammad.org/en/latest/contributing/branches.html
This commit is contained in:
parent
0c28443232
commit
c38d1d219e
2 changed files with 2 additions and 2 deletions
|
@ -18,5 +18,4 @@ zammad_log_path: /var/log/zammad
|
||||||
zammad_repo: https://github.com/zammad/zammad.git
|
zammad_repo: https://github.com/zammad/zammad.git
|
||||||
zammad_user: zammad
|
zammad_user: zammad
|
||||||
zammad_user_home: "/home/{{ zammad_user }}"
|
zammad_user_home: "/home/{{ zammad_user }}"
|
||||||
zammad_version: 5.0.0
|
|
||||||
zammad_webserver_configuration: "/etc/nginx/sites-available/{{ zammad_domain }}"
|
zammad_webserver_configuration: "/etc/nginx/sites-available/{{ zammad_domain }}"
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
git:
|
git:
|
||||||
repo: "{{ zammad_repo }}"
|
repo: "{{ zammad_repo }}"
|
||||||
dest: "{{ zammad_home }}"
|
dest: "{{ zammad_home }}"
|
||||||
version: "{{ zammad_version }}"
|
version: stable
|
||||||
force: yes
|
force: yes
|
||||||
|
single_branch: yes
|
||||||
|
|
||||||
- name: "zammad: Ändere Besitzrechte"
|
- name: "zammad: Ändere Besitzrechte"
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue