2023-12-18 23:20:30 +01:00

5 lines
81 B
YAML

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