library/roles/redmine: task that installs the issue_templates plugin.
This commit is contained in:
parent
aa78e0881f
commit
876434d51c
|
@ -64,6 +64,7 @@ rm_mylynconnector_plugin: False
|
|||
rm_addsubversionlinks_plugin: False
|
||||
rm_wiki_external_plugin: False
|
||||
rm_pastebin_plugin: False
|
||||
rm_issue_templates_plugin: False
|
||||
#
|
||||
# IMPORTANT: these are mutually exclusive. One of the two needs to be set to True
|
||||
ruby_use_mod_passenger: True
|
||||
|
|
|
@ -294,3 +294,10 @@
|
|||
- Bundle install and reconfigure redmine
|
||||
tags: [ 'redmine', 'redmine_plugins', 'redmine_plugins_pastebin' ]
|
||||
|
||||
- name: Install the issue_templates plugin
|
||||
git: repo=https://github.com/akiko-pusu/redmine_issue_templates dest={{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/plugins/redmine_issue_templates update=no
|
||||
when: rm_issue_templates_plugin
|
||||
notify:
|
||||
- Bundle install and reconfigure redmine
|
||||
tags: [ 'redmine', 'redmine_plugins', 'redmine_plugins_issue_templates' ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue