lxc-php-buster #85

Closed
Ghost wants to merge 7 commits from lxc-php-buster into unstable
Showing only changes of commit 3c794dc4f0 - Show all commits

View file

@ -95,6 +95,13 @@
notify: "Restart opensmtpd"
when: name == 'php73'
- name: Configure mailname
lineinfile:
dest: "/var/lib/lxc/{{name}}/rootfs/etc/mailname"
line: "{{ansible_fqdn}}"
notify: "Restart opensmtpd"
when: name == 'php73'
- name: Configure timezone
copy:
dest: "/var/lib/lxc/{{name}}/rootfs/etc/timezone"