From 7cd115d26de710b41fe1f8eb2e711d5d97f440d5 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 30 Jan 2023 23:37:46 +0200 Subject: [PATCH] change to dest --- tasks/configure_postfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure_postfix.yml b/tasks/configure_postfix.yml index ecf4f6a..b24a407 100644 --- a/tasks/configure_postfix.yml +++ b/tasks/configure_postfix.yml @@ -1,7 +1,7 @@ --- - name: Create MySQL virtual forwardings map file template: - path: /etc/postfix/mysql-virtual_forwardings_dbmail.cf + dest: /etc/postfix/mysql-virtual_forwardings_dbmail.cf src: mysql-virtual_forwardings_dbmail.cf.j2 notify: Restart postfix