self-hosting/roles/apache-install/handlers/main.yml
2022-03-12 19:44:24 +01:00

7 lines
119 B
YAML

---
- name: Restart apache2 service
become: true
systemd:
name: apache2
state: restarted
enabled: true