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