diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6bcd90..6fa25ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lxc-php/tasks/mail_opensmtpd.yml b/lxc-php/tasks/mail_opensmtpd.yml index 20fe91e3..59f6c108 100644 --- a/lxc-php/tasks/mail_opensmtpd.yml +++ b/lxc-php/tasks/mail_opensmtpd.yml @@ -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: