remove all invisible unicode characters

This commit is contained in:
Ludovic Cartier
2024-12-12 18:49:56 +01:00
parent b9011907e8
commit 7f7f59b269
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
- name: postfix | copy configuration
- name: postfix | copy configuration
template:
src: main.cf.j2
dest: /etc/postfix/main.cf
@ -7,7 +7,7 @@
mode: 0644
notify: restart postfix
- name: postfix | create /etc/aliases
- name: postfix | create /etc/aliases
template:
src: aliases.j2
dest: /etc/aliases