./configs/postfix/* not ./configs/postfix

This commit is contained in:
2024-01-12 16:28:39 +05:30
parent eca99cefb8
commit b5c72c6b5e

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