fix(nagios-nrpe): Add missing dependency for new gluster.rb plugin
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2622|3|2619|3|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/340//ansiblelint">Evolix » ansible-roles » unstable #340</a>
gitea/ansible-roles/pipeline/head This commit looks good

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"