From 6eb160ad0d391d141099890a84442febee4d1d74 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 4 Mar 2025 19:44:19 -0600 Subject: [PATCH] xxx host-setup: Do not deploy Promtail Grafana package repo currently experiencing issues: > Error: Failed to download metadata for repo 'grafana-promtail': > repomd.xml GPG signature verification error: Bad PGP signature --- host-setup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/host-setup.yml b/host-setup.yml index 74bd581..20f4f07 100644 --- a/host-setup.yml +++ b/host-setup.yml @@ -1,5 +1,4 @@ - import_playbook: bootstrap.yml - import_playbook: collectd.yml -- import_playbook: promtail.yml - import_playbook: auto-updates.yml