zammad: Installiere sd_notify
This commit is contained in:
parent
860f4e6fea
commit
6cf413806a
2 changed files with 8 additions and 0 deletions
1
files/Gemfile.local
Normal file
1
files/Gemfile.local
Normal file
|
@ -0,0 +1 @@
|
|||
gem 'sd_notify', require: false
|
|
@ -36,6 +36,13 @@
|
|||
become: true
|
||||
become_user: "{{ zammad_user }}"
|
||||
|
||||
- name: "ruby | Kopiere Gemfile.local"
|
||||
copy:
|
||||
src: Gemfile.local
|
||||
dest: "{{ zammad_home }}/Gemfile.local"
|
||||
owner: "{{ zammad_user }}"
|
||||
group: "{{ zammad_user }}"
|
||||
|
||||
- name: "ruby: Ruby-Abhängigkeiten installieren"
|
||||
shell: "rbenv exec bundle install --without test development mysql"
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue