From 3bf3d39aae8fd67e7e89fe6d30a13b9a512f9a1d Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 27 Jun 2023 19:47:47 +0800 Subject: [PATCH] github/workflows/setup-harbor-demo.yml: disable APM agent for small vhosts --- .github/workflows/setup-harbor-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-harbor-demo.yml b/.github/workflows/setup-harbor-demo.yml index ffd6da76..301ba818 100644 --- a/.github/workflows/setup-harbor-demo.yml +++ b/.github/workflows/setup-harbor-demo.yml @@ -130,4 +130,4 @@ jobs: ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_host_key_checking=False EOF - ansible-playbook -i hosts/inventory jobs/init_observability-agent -D + ansible-playbook -i hosts/inventory jobs/init_observability-agent -D -C