mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -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"
|
||||
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
|
||||
service:
|
||||
name: artifactory
|
||||
|
||||
Reference in New Issue
Block a user