Revert "./configs/postfix/* not ./configs/postfix"

This reverts commit b5c72c6b5e.
This commit is contained in:
Arya 2024-01-12 16:52:51 +05:30
parent 3856515f27
commit 052add617e
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- haproxy
- name: Setup postfix configs
ansible.builtin.copy:
src: ./configs/postfix/*
src: ./configs/postfix
dest: /etc/postfix
mode: preserve
- name: Restart postfix