fix(nagios-nrpe): Add missing dependency for new gluster.rb plugin

This commit is contained in:
Mathieu Trossevin 2023-09-05 15:22:49 +02:00
parent cfca604670
commit 4ee7c89410
Signed by: mtrossevin
GPG key ID: D1DBB7EA828374E9

View file

@ -17,6 +17,7 @@
ansible.builtin.apt:
name:
- libfcgi-client-perl
- ruby-crack
state: present
when:
- ansible_distribution == "Debian"