Skip to content

Commit

Permalink
add bundle install before plugin db migration (#20)
Browse files Browse the repository at this point in the history
Add bundle install before plugin db migration .
tagging plugin need bundle install (#20)
  • Loading branch information
y503unavailable authored Sep 1, 2018
1 parent f59128f commit 9224e4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/redmine-plugins/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
- include: redmine_wysiwyg_editor.yml
- include: redmine_tags.yml

- name: bundle install
become: yes
command:
bundle install
chdir={{ redmine_dir }}
environment:
PATH: "/usr/local/bin:{{ ansible_env.PATH }}"
RAILS_ENV: production

- name: db migration
become: yes
command:
Expand Down

0 comments on commit 9224e4d

Please sign in to comment.