This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-terraform.git


The following commit(s) were added to refs/heads/main by this push:
     new 50a1398  Need to install java on all machines (OAP and UI) (#11)
50a1398 is described below

commit 50a139831fb795cf0631204078e7fc76d9153c8f
Author: Rahul Bajaj <[email protected]>
AuthorDate: Sun Jul 30 21:48:09 2023 -0400

    Need to install java on all machines (OAP and UI) (#11)
---
 ansible/playbooks/install-skywalking.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/playbooks/install-skywalking.yml 
b/ansible/playbooks/install-skywalking.yml
index 536e23e..1cbff86 100644
--- a/ansible/playbooks/install-skywalking.yml
+++ b/ansible/playbooks/install-skywalking.yml
@@ -15,7 +15,7 @@
 
 ---
 - name: Install Java
-  hosts: skywalking-oap
+  hosts: all
   gather_facts: true
   roles:
     - install-java

Reply via email to