/etc not /etc/postfix

This commit is contained in:
Arya 2024-01-12 16:57:10 +05:30
parent 052add617e
commit 6a5372a0c7
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

View File

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