2021-01-04 22:49:46 +01:00

5 lines
81 B
YAML

---
- name: restart apache
service: name=apache2 state=restarted
become: yes