Select the repository for 'dalli'
This commit is contained in:
parent
00029d79e4
commit
1c1daab497
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
gem "unicorn"
|
||||
{% if redmine_memcached %}
|
||||
gem "dalli"
|
||||
gem "dalli", :source => 'http://rubygems.org/'
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue