Skip to content

Commit

Permalink
Merge pull request #28 from neidiom/fix_file_perms
Browse files Browse the repository at this point in the history
Ensure correct directory permissions
  • Loading branch information
doobry-systemli authored Apr 15, 2023
2 parents 511bb66 + ceb2ac9 commit a9f22e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
src: "{{ roundcube_user_home }}/roundcubemail-{{ roundcube_version }}/"
dest: "{{ roundcube_path }}"
state: link
mode: 0750
mode: 0755
register: link
notify: Restart apache

Expand Down

0 comments on commit a9f22e3

Please sign in to comment.