Commit 61e02e6 1 parent b8621fa commit 61e02e6 Copy full SHA for 61e02e6
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 20
20
creates="{{ nexus_installation_dir }}/nexus-{{ nexus_version }}"
21
21
force=no
22
22
copy=false
23
- owner={{ nexus_os_user }}
24
- group={{ nexus_os_group }}
25
23
mode="0755"
26
24
27
25
- name : Update symlink nexus-latest
28
26
file : path="{{ nexus_installation_dir }}/nexus-latest" src="{{ nexus_installation_dir }}/nexus-{{ nexus_version }}" state=link
29
27
30
- - name : Set permissions and ownership on Nexus installation directory
31
- file :
32
- path={{ nexus_installation_dir }}/{{ nexus_package }}
33
- state="directory"
34
- owner="{{ nexus_os_user }}"
35
- group="{{ nexus_os_group }}"
36
- mode="0755"
37
- recurse=true
38
-
39
28
- name : Delete unpacked data directory
40
29
file : path="{{ nexus_installation_dir }}/nexus-latest/data" state=absent
41
30
You can’t perform that action at this time.
0 commit comments