zammad: Installiere sd_notify

This commit is contained in:
phil 2022-10-29 21:49:56 +02:00
parent 860f4e6fea
commit 6cf413806a
2 changed files with 8 additions and 0 deletions

1
files/Gemfile.local Normal file
View file

@ -0,0 +1 @@
gem 'sd_notify', require: false

View file

@ -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: