Release 10.2.0 #114

Manually merged
jlecour merged 103 commits from unstable into stable 2020-09-17 14:14:16 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 186f3d90b9 - Show all commits

View file

@ -33,6 +33,7 @@ The **patch** part changes incrementally at each release.
### Fixed
* certbot: restore compatibility with old Nginx
* lxc-php: Install opensmtpd as intended
### Removed

View file

@ -3,7 +3,7 @@
- name: "{{ lxc_php_version }} - Install opensmtpd"
lxc_container:
name: "{{ lxc_php_version }}"
container_command: "DEBIAN_FRONTEND=noninteractive apt install -y ssmtp"
container_command: "DEBIAN_FRONTEND=noninteractive apt install -y opensmtpd"
- name: "{{ lxc_php_version }} - Configure opensmtpd (in the container)"
template: