mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 14:06:57 -06:00
added step to ensure ownership of data dir.
This commit is contained in:
@@ -146,6 +146,13 @@
|
|||||||
shell: "{{ artifactory_home }}/app/bin/installService.sh"
|
shell: "{{ artifactory_home }}/app/bin/installService.sh"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
|
- name: ensure ownership of var/data
|
||||||
|
file:
|
||||||
|
path: "{{ artifactory_home }}/var/data"
|
||||||
|
owner: "artifactory"
|
||||||
|
group: "artifactory"
|
||||||
|
become: yes
|
||||||
|
|
||||||
- name: start and enable the primary node
|
- name: start and enable the primary node
|
||||||
service:
|
service:
|
||||||
name: artifactory
|
name: artifactory
|
||||||
|
|||||||
Reference in New Issue
Block a user