- name: install postfix apt: pkg: - postfix - name: copy postfix config template: src: postfix_main.cf dest: /etc/postfix/main.cf notify: - restart postfix