./configs/postfix/* not ./configs/postfix
This commit is contained in:
parent
eca99cefb8
commit
b5c72c6b5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user