From 312ea083cd5b5228ef228e4a319ab776986d2f4d Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 25 May 2023 10:13:12 +0800 Subject: [PATCH] setup-observability-server-with-existed-vhost.yml: update --- .../workflows/setup-observability-server-with-existed-vhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-observability-server-with-existed-vhost.yml b/.github/workflows/setup-observability-server-with-existed-vhost.yml index a5dd4c67..744db94a 100644 --- a/.github/workflows/setup-observability-server-with-existed-vhost.yml +++ b/.github/workflows/setup-observability-server-with-existed-vhost.yml @@ -50,7 +50,7 @@ jobs: dns_ak=$DNS_AK dns_sk=$DNS_SK EOF - ansible-playbook -i hosts/inventory jobs/init_observability-server -D + #ansible-playbook -i hosts/inventory jobs/init_observability-server -D ansible-playbook -i hosts/inventory jobs/init_bookinfo -D ansible-playbook -i hosts/inventory jobs/init_nginx_oss -D ansible-playbook -i hosts/inventory jobs/init_gitlab -D