ansible-roles/roles/httpd_front/handlers/main.yml
2021-12-01 19:13:34 +01:00

9 lines
142 B
YAML

---
- include: ../httpd_common/handlers/main.yml
- name: restart htcacheclean
service: name=htcacheclean state=restarted enabled=yes
...