O código abaixo é o equivalente à sudo service apache2 restart. Deve ser usado no playbook:
- name: "Restarting Apache" sudo: yes service: name=apache2 state=restarted