Skip to content

Commit

Permalink
Merge pull request #109 from zeitounator/feat/overcome_aggressive_umask
Browse files Browse the repository at this point in the history
Overcome aggressive umask

Fixes #90
  • Loading branch information
zeitounator authored Sep 10, 2018
2 parents aa04236 + 46455fd commit 03b25e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/nexus_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
notify:
- nexus-service-stop

- name: Ensure proper ownership of nexus installation directory
file:
path: "{{ nexus_installation_dir }}/nexus-{{ nexus_version }}"
recurse: yes
mode: "u=rwX,g=rX,o=rX"

- name: Update symlink nexus-latest
file:
path: "{{ nexus_installation_dir }}/nexus-latest"
Expand Down

0 comments on commit 03b25e8

Please sign in to comment.