Skip to content

Commit

Permalink
fixes for uncompatible plugin roadmapv2
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodav committed Mar 20, 2019
1 parent 3d60045 commit a34d38f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 5 additions & 7 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ redmine_plugins_git:
assetsdir:
- "javascripts"

advanced_roadmap:
name: "advanced_roadmap_v2"
repo: "https://github.com/Coren/redmine_advanced_roadmap_v2.git"
assetsdir:
- "stylesheets"
- "images"

redmine_smile_togglesidebar:
name: "redmine_smile_togglesidebar"
repo: "https://github.com/Smile-SA/redmine_smile_togglesidebar.git"
Expand Down Expand Up @@ -170,6 +163,11 @@ redmine_plugins_disabled:
- "javascripts"
- "images"
- "stylesheets"

advanced_roadmap:
name: "advanced_roadmap_v2"
repo: "https://github.com/Coren/redmine_advanced_roadmap_v2.git"

## --- END REMOVING PLUGINS ---

# Alternative vacations plugins to test:
Expand Down
3 changes: 1 addition & 2 deletions tasks/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
with_subelements:
- "{{ redmine_plugins_git }}"
- assetsdir
- flags:
skip_missing: true
- skip_missing: True

- name: solve assets public files hg plugins
file:
Expand Down

0 comments on commit a34d38f

Please sign in to comment.