1
0
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:
Mark Heiges
2015-11-21 22:03:08 -05:00
parent 970c9aae47
commit 4becc1227b
2 changed files with 48 additions and 0 deletions

View File

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