mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
Fixed xray home variable.
This commit is contained in:
@@ -54,17 +54,17 @@
|
|||||||
|
|
||||||
- name: use specified system yaml
|
- name: use specified system yaml
|
||||||
copy:
|
copy:
|
||||||
src: "{{ artifactory_system_yaml }}"
|
src: "{{ xray_system_yaml }}"
|
||||||
dest: "{{ artifactory_home }}/var/etc/system.yaml"
|
dest: "{{ xray_home }}/var/etc/system.yaml"
|
||||||
become: yes
|
become: yes
|
||||||
when: artifactory_system_yaml is defined
|
when: xray_system_yaml is defined
|
||||||
|
|
||||||
- name: configure system yaml template
|
- name: configure system yaml template
|
||||||
template:
|
template:
|
||||||
src: "{{ artifactory_system_yaml_template }}"
|
src: "{{ xray_system_yaml_template }}"
|
||||||
dest: "{{ artifactory_home }}/var/etc/system.yaml"
|
dest: "{{ xray_home }}/var/etc/system.yaml"
|
||||||
become: yes
|
become: yes
|
||||||
when: artifactory_system_yaml is not defined
|
when: xray_system_yaml is not defined
|
||||||
|
|
||||||
- name: ensure {{ xray_home }}/var/etc/security/ exists
|
- name: ensure {{ xray_home }}/var/etc/security/ exists
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user