1
1
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:
Kristian Klausen 2024-12-25 18:17:48 +01:00
parent 42d8aef2c3
commit d054afa9c6
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3

@ -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: