Files
sib_16_roles_dependances/sib.apache/handlers/main.yml
2023-03-22 10:05:56 +00:00

6 lines
104 B
YAML

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