mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 06:07:00 -06:00
Added creation of var/data.
This commit is contained in:
@@ -64,11 +64,13 @@
|
||||
group: "{{ artifactory_group }}"
|
||||
become: yes
|
||||
|
||||
- name: ensure ownership of data
|
||||
- name: ensure data exists
|
||||
file:
|
||||
path: "{{ artifactory_home }}/var/data"
|
||||
owner: "artifactory"
|
||||
group: "artifactory"
|
||||
state: directory
|
||||
owner: "{{ artifactory_user }}"
|
||||
group: "{{ artifactory_group }}"
|
||||
become: yes
|
||||
|
||||
- name: ensure etc exists
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user