ansible-role-apache/handlers/main.yml
liquidat 7aa1f2e0c8 Add Suse configuration and proper service handling
- Suse listen configuration points to listen.conf file
- service handler uses service variable
2016-02-01 11:17:20 +01:00

5 lines
92 B
YAML

---
- name: restart apache
service:
name: "{{ apache_service }}"
state: restarted