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