From 500d08c7cea5f1de5de849f286a9fc5fdda23ee8 Mon Sep 17 00:00:00 2001 From: saikumarbommakanti Date: Thu, 3 Aug 2023 08:20:23 +0000 Subject: [PATCH] feat(besu): enable prometheus for besu node metrics prometheus server deployments for individual organizations fixes #2290 Signed-off-by: saikumarbommakanti --- platforms/hyperledger-besu/configuration/deploy-network.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/hyperledger-besu/configuration/deploy-network.yaml b/platforms/hyperledger-besu/configuration/deploy-network.yaml index 7ffa576b1a7..45eb8dcd6ad 100644 --- a/platforms/hyperledger-besu/configuration/deploy-network.yaml +++ b/platforms/hyperledger-besu/configuration/deploy-network.yaml @@ -16,7 +16,7 @@ gather_facts: no no_log: "{{ no_ansible_log | default(false) }}" tasks: - delete build directory + # delete build directory - name: Remove build directory file: path: "./build"