lxc-php: Install opensmtpd as intended

This commit is contained in:
Ludovic Poujol 2020-06-05 10:57:49 +02:00
parent 0dfb92360f
commit 186f3d90b9
2 changed files with 2 additions and 1 deletions

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: