--- # Install and configure Postfix - name: Install Postfix apt: name: postfix update_cache: true # apt update beforehand - name: Configure Postfix template: src: main.cf.j2 dest: /etc/postfix/main.cf notify: Restart postfix service