From 2b5f28bc78e02a9a03ef43465de6a9be1f00ca98 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 21 Jul 2023 16:20:13 +0200 Subject: [PATCH] Fix a handler --- tasks/redmine-plugins.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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']