From 09cf947078b4222eb053fa944161159f5fee9614 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 2 Dec 2023 22:03:01 +0100 Subject: [PATCH] Install jq on all backup hosts needed for prom exporter --- tasks/packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/packages.yml b/tasks/packages.yml index 17438ec..6102f64 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -9,6 +9,7 @@ pkg: - borgbackup - borgmatic + - jq - rsync default_release: "{{ ansible_distribution_release }}-backports" update_cache: true