feat: Use Python3 compatible fork of bacula plugin for Nagios
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
a8389a7c0a
commit
cf262bbf9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue