Fix a handler

This commit is contained in:
Andrea Dell'Amico 2023-07-21 16:20:13 +02:00
parent fea0af8fe2
commit 2b5f28bc78
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 5 deletions

View File

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