mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2025-09-09 14:09:29 +00:00
add rake task to set some default redmine preferences
This commit is contained in:
@@ -59,3 +59,13 @@
|
||||
sudo: no
|
||||
environment:
|
||||
PATH: "{{ ansible_env.PATH }}:~/bin"
|
||||
|
||||
- copy: dest='/opt/easyredmine/lib/tasks/ebrc_settings.rake'
|
||||
src='ebrc_settings.rake'
|
||||
sudo: yes
|
||||
|
||||
- name: Configuring Redmine with eupath preferences
|
||||
command: 'rake redmine:ebrc_settings RAILS_ENV=production'
|
||||
args:
|
||||
chdir: '{{ redmine_root_dir }}'
|
||||
sudo: no
|
||||
|
Reference in New Issue
Block a user