ansible-zabbix/apache/handlers/main.yml

6 lines
92 B
YAML
Raw Permalink Normal View History

2017-01-17 17:59:08 +01:00
---
- name: restart apache
service:
name: "{{ apache_service }}"
state: restarted