Release 10.5.0 #124

Manually merged
jlecour merged 46 commits from unstable into stable 2021-04-01 15:40:51 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 5a4bd28eaf - Show all commits

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