Skip to content

Commit

Permalink
Use symbolic mode for install dir ownership
Browse files Browse the repository at this point in the history
This will apply the execute bit only to directories and files already having an x bit set.
  • Loading branch information
zeitounator committed Sep 10, 2018
1 parent c544497 commit 46455fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/nexus_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
file:
path: "{{ nexus_installation_dir }}/nexus-{{ nexus_version }}"
recurse: yes
mode: "0755"
mode: "u=rwX,g=rX,o=rX"

- name: Update symlink nexus-latest
file:
Expand Down

0 comments on commit 46455fd

Please sign in to comment.