Fix a notify.

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

View File

@ -113,7 +113,7 @@
- name: Install the additional environment file
template: src=redmine_additional_environment.rb.j2 dest=/{{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/config/additional_environment.rb owner=root group={{ redmine_group }} mode=0440
notify: Reload unicorn
notify: Bundle install
tags: [ 'redmine', 'redmine_additional_env' ]
- name: Install the gems required by redmine
@ -159,7 +159,7 @@
owner: '{{ redmine_user }}'
group: '{{ redmine_group }}'
when: ruby_use_unicorn
notify: Bundle install and reconfigure redmine
notify: Bundle install
tags: [ 'redmine', 'unicorn', 'redmine_additional_gems' ]
- name: Upgrade rake to fix all the gems mess