Skip to content

Commit

Permalink
#20 Add Tag Function(Plugin) , #21 Add WYSIWYG Editor Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
y503unavailable committed Sep 1, 2018
1 parent f02135c commit 5abd3c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/redmine-plugins/tasks/redmine_tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: redmine_tags
become: yes
git:
repo=https://github.com/ixti/redmine_tags.git
dest={{ redmine_dir }}/plugins/redmine_tags
version=master

7 changes: 7 additions & 0 deletions roles/redmine-plugins/tasks/redmine_wysiwyg_editor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: redmine_wysiwyg_editor
become: yes
git:
repo=https://github.com/taqueci/redmine_wysiwyg_editor.git
dest={{ redmine_dir }}/plugins/redmine_wysiwyg_editor
version=master

0 comments on commit 5abd3c7

Please sign in to comment.