./configs/postfix/* not ./configs/postfix
This commit is contained in:
parent
eca99cefb8
commit
b5c72c6b5e
@ -14,7 +14,7 @@
|
|||||||
- haproxy
|
- haproxy
|
||||||
- name: Setup postfix configs
|
- name: Setup postfix configs
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: ./configs/postfix
|
src: ./configs/postfix/*
|
||||||
dest: /etc/postfix
|
dest: /etc/postfix
|
||||||
mode: preserve
|
mode: preserve
|
||||||
- name: Restart postfix
|
- name: Restart postfix
|
||||||
|
Loading…
Reference in New Issue
Block a user