Select the repository for 'dalli'

This commit is contained in:
Andrea Dell'Amico 2021-07-12 16:00:45 +02:00
parent 00029d79e4
commit 1c1daab497
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 1 deletions

View File

@ -159,6 +159,7 @@
owner: '{{ redmine_user }}'
group: '{{ redmine_group }}'
when: ruby_use_unicorn
notify: Bundle install and reconfigure redmine
tags: [ 'redmine', 'unicorn', 'redmine_additional_gems' ]
- name: Upgrade rake to fix all the gems mess

View File

@ -1,4 +1,4 @@
gem "unicorn"
{% if redmine_memcached %}
gem "dalli"
gem "dalli", :source => 'http://rubygems.org/'
{% endif %}