rename backup-server-state to dump-server-state #150

Closed
gcolpart wants to merge 518 commits from unstable into rename-backup-server-state
2 changed files with 3 additions and 2 deletions
Showing only changes of commit db0b5ab3db - Show all commits

View file

@ -18,7 +18,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
* evolinux-users: remove Stretch references in tasks that also apply to next Debian versions.
### Fixed
* packweb-apache,nagios-nrpe: add missing task and config fo PHP 8.2 container
* packweb-apache,nagios-nrpe: add missing task and config for PHP 8.2 container
* potsfix: add missing `localhost.$mydomain` to mydestination
### Removed

View file

@ -25,7 +25,7 @@
ansible.builtin.lineinfile:
dest: /etc/postfix/main.cf
state: present
line: "mydestination = {{ [evolinux_fqdn, evolinux_internal_fqdn] | unique | join(' ') }} localhost.localdomain localhost"
line: "mydestination = {{ [evolinux_fqdn, evolinux_internal_fqdn] | unique | join(' ') }} localhost.localdomain localhost localhost.$mydomain"
regexp: '^mydestination'
notify: reload postfix
tags: