netz39-infra-ansible/roles/setup_http_site_proxy/handlers/main.yml

6 lines
78 B
YAML
Raw Normal View History

---
- name: restart apache2
service:
name: apache2
state: restarted