Files
sib_15_roles/tco.apache/handlers/main.yml
2021-11-30 10:51:49 +01:00

6 lines
98 B
YAML

---
# handlers file for tco
- name: restart apache
service:
name: httpd
state: restarted