mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
postfix: Remove obsolete "Remove old files" task
This was added more than 7 years ago[1] and has not been relevant for a long time. [1] d32ce421 ("postfix: Remove compat_maps")
This commit is contained in:
parent
42d8aef2c3
commit
d054afa9c6
@ -45,12 +45,6 @@
|
||||
- name: Start and enable postfix
|
||||
service: name=postfix enabled=yes state=started
|
||||
|
||||
- name: Remove old files
|
||||
file: path={{ item }} state=absent
|
||||
loop:
|
||||
- compat_maps
|
||||
- compat_maps.db
|
||||
|
||||
- name: Open firewall holes
|
||||
ansible.posix.firewalld: service={{ item }} permanent=true state=enabled immediate=yes
|
||||
loop:
|
||||
|
Loading…
Reference in New Issue
Block a user