#!/usr/bin/ansible-playbook # vim:ft=ansible: --- - name: restart postfix systemd: name: postfix state: restarted become: yes