ansible-roles/roles/httpd_front/handlers/main.yml

9 lines
142 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- include: ../httpd_common/handlers/main.yml
- name: restart htcacheclean
service: name=htcacheclean state=restarted enabled=yes
...