postfix: add missing localhost.$mydomain to mydestination
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2781|5|2776|4|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/246//ansiblelint">Evolix » ansible-roles » unstable #246</a>
gitea/ansible-roles/pipeline/head This commit looks good
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2781|5|2776|4|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/246//ansiblelint">Evolix » ansible-roles » unstable #246</a>
gitea/ansible-roles/pipeline/head This commit looks good
This commit is contained in:
parent
9821fc8f78
commit
db0b5ab3db
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue