From 912f575c6bf1ec7516a6f470744edb3f2edef036 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 25 May 2023 11:26:46 +0800 Subject: [PATCH] .github/workflows/setup-observability-server-with-existed-vhost.yml: update --- .../setup-observability-server-with-existed-vhost.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/setup-observability-server-with-existed-vhost.yml b/.github/workflows/setup-observability-server-with-existed-vhost.yml index e7ee2109..c08b0997 100644 --- a/.github/workflows/setup-observability-server-with-existed-vhost.yml +++ b/.github/workflows/setup-observability-server-with-existed-vhost.yml @@ -54,10 +54,10 @@ jobs: smtp_password=$SMTP_PASSWORD gitlab_oidc_client_token=$GITLAB_OIDC_CLIENT_TOKEN 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 + ansible-paybook -i hosts/inventory jobs/init_nginx_oss -D + #ansible-playbook -i hosts/inventory jobs/init_gitlab -D setup-agent-for-vhosts: runs-on: ubuntu-latest needs: