From cf262bbf9e709b2336bc0e40086b525b2ed89f99 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sat, 27 Jul 2024 21:24:31 +0200 Subject: [PATCH] feat: Use Python3 compatible fork of bacula plugin for Nagios Signed-off-by: Julien Riou --- tasks/nagios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/nagios.yml b/tasks/nagios.yml index 6a7d1ad..5dc9c31 100644 --- a/tasks/nagios.yml +++ b/tasks/nagios.yml @@ -56,7 +56,7 @@ - name: Clone nagios-plugin-bacula source code ansible.builtin.git: - repo: https://github.com/twpayne/nagios-plugin-bacula.git + repo: https://github.com/jouir/nagios-plugin-bacula.git dest: /opt/nagios-plugin-bacula - name: Copy global configuration