nagios-nrpe: libfcgi-client-perl is not available before Debian 10
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2021-03-18 15:13:17 +01:00 committed by Jérémy Lecour
parent 5582d6e724
commit 5a4bd28eaf
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@ The **patch** part changes incrementally at each release.
### Fixed
* bind9: added log files to apparmor definition so bind can run
* nagios-nrpe: libfcgi-client-perl is not available before Debian 10
* redis: socket/pid directories have the correct permissions
### Removed

View File

@ -18,6 +18,9 @@
name:
- libfcgi-client-perl
state: present
when:
- ansible_distribution == "Debian"
- ansible_distribution_major_version is version('10', '>=')
tags:
- nagios-plugins