[ansible] JFrog Platform 7.19.8 (#130)

This commit is contained in:
Ram Mohan Rao Chukka
2021-06-10 21:29:51 +05:30
committed by GitHub
parent 0a88f1675a
commit 4ac8b06ce2
12 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
# defaults file for mc
# The version of missioncontrol to install
missioncontrol_version: 4.7.4
missioncontrol_version: 4.7.5
# whether to enable HA
mc_ha_enabled: false

View File

@@ -155,8 +155,7 @@
- name: Start elasticsearch
become: yes
become_user: elasticsearch
shell: "{{ mc_es_script_path }}/elasticsearch -d"
shell: "su -c '{{ mc_es_script_path }}/elasticsearch -d' elasticsearch"
environment:
JAVA_HOME: "{{ mc_es_java_home }}"
ES_PATH_CONF: "{{ mc_es_conf_base }}/"

View File

@@ -102,9 +102,7 @@
- name: Start elasticsearch
become: yes
become_user: elasticsearch
ignore_errors: yes
shell: "{{ mc_es_script_path }}/elasticsearch -d"
shell: "su -c '{{ mc_es_script_path }}/elasticsearch -d' elasticsearch"
environment:
JAVA_HOME: "{{ mc_es_java_home }}"
ES_PATH_CONF: "{{ mc_es_conf_base }}/"

View File

@@ -1,6 +1,6 @@
---
# platform collection version
platform_collection_version: 7.19.4
platform_collection_version: 7.19.8
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy