ansible-role-apache_ssl_vhosts/handlers/main.yml

5 lines
No EOL
76 B
YAML

---
- name: Restart Apache
service:
name: apache2
state: restarted