Skip to content

Commit

Permalink
fix file permissions for plugin assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodav committed Mar 19, 2019
1 parent 2ef9c08 commit be5a187
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tasks/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
recurse=yes
with_items:
- "{{ redmine_plugins_dir }}"
tags:
- plugins

- name: ensure plugins assets directory (solves some issues)
file: path="{{ redmine_dir }}/public/plugin_assets" owner=www-data group=www-data mode=0755 state=directory
- "{{ redmine_path }}/current/public/plugin_assets"
tags:
- plugins

Expand Down

0 comments on commit be5a187

Please sign in to comment.