Fehlerkorrektur
This commit is contained in:
parent
21bec868ea
commit
64216f68a3
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
- name: "zammad: Ermittle Ruby-Version"
|
||||
shell: cat "{{ zammad_home }}/.ruby-version"
|
||||
register: ruby_version
|
||||
changed_when: false
|
||||
|
||||
- name: "zammad: Kopiere Skripte"
|
||||
template:
|
||||
|
@ -36,7 +37,7 @@
|
|||
|
||||
- name: "zammad: Kopiere Updater"
|
||||
template:
|
||||
src: zammad-update.j2
|
||||
src: zammad-updater.j2
|
||||
dest: "{{ local_scripts_dir }}/zammad-updater"
|
||||
mode: 0755
|
||||
|
||||
|
|
Loading…
Reference in a new issue