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: ansible.builtin.apt:
name: name:
- libfcgi-client-perl - libfcgi-client-perl
- ruby-crack
state: present state: present
when: when:
- ansible_distribution == "Debian" - ansible_distribution == "Debian"