Install jq on all backup hosts

needed for prom exporter
This commit is contained in:
phil 2023-12-02 22:03:01 +01:00
parent 6ee490698d
commit 09cf947078

View file

@ -9,6 +9,7 @@
pkg: pkg:
- borgbackup - borgbackup
- borgmatic - borgmatic
- jq
- rsync - rsync
default_release: "{{ ansible_distribution_release }}-backports" default_release: "{{ ansible_distribution_release }}-backports"
update_cache: true update_cache: true