diff --git a/tasks/redmine-plugins.yml b/tasks/redmine-plugins.yml index 3eae082..0711fe0 100644 --- a/tasks/redmine-plugins.yml +++ b/tasks/redmine-plugins.yml @@ -338,8 +338,7 @@ dest: '{{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/plugins/redmine_saml' version: "{{ rm_saml_branch }}" update: false - notify: - - Bundle install and reconfigure redmine + notify: Bundle install and reconfigure redmine when: rm_saml_plugin tags: ['redmine', 'redmine_plugins', 'rm_saml'] @@ -350,7 +349,7 @@ owner: root group: redmine mode: 0440 - notify: Reload unicorn + notify: Bundle install and reconfigure redmine when: rm_saml_plugin tags: ['redmine', 'redmine_plugins', 'rm_saml'] @@ -358,7 +357,7 @@ ansible.builtin.git: repo: '{{ rm_dashboard_plugin_url }}' dest: '{{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/plugins/dashboard' - update: no + update: false notify: Reload unicorn when: rm_dashboard_plugin - tags: [ 'redmine', 'redmine_plugins', 'rm_dashboard' ] + tags: ['redmine', 'redmine_plugins', 'rm_dashboard']